Pass value between view

Hi all,

I’m trying to create an attendess app. I have a table with attendees sheet (data : date, group). Another table with students in every group. My app create a new attendees sheet and when i click on row, i display group pages with students.

On every student line, i have an action. This action add a line to a log table.

My question is. I would like to get the date clicked on “attendess sheet row” to add this date on my log table when i click on thumb icon.

Thanks by advance for your help

Well, If I understood you already have an action, ritght?}
If yes? you have to do this:

  1. Create another action to set value to column and use the expression TODAY()
  2. create another action to GROUPED ACTIONS and set the 2 actions you want

Once you click there the app will create the two actions you need.

Thank you for your answer. Sorry for my english , my explanation is perhaps not very clear

I would like to get the date value, clicked on row in first view when i click on thumb on second view. Is it possible to store this value on variable and read this variable in second view ?