Hi team,
I have a grid from view and have record actions for time1, time 2, time 10 etc columns , so user can interact with the columns. now when we click on record action , i want to send input to the popup screen that time 1 is clicked.
time1 to time 10 imagine "07:30" and more
Discussion posts and replies are publicly visible
Is this a record action or related action? If record action, I do not see any option other that having the data in the process as predefined. If it is related action you can configure in the context part of the related action configuration and pass the identifier of the record.
sorry it is a related action, but we are sending the rowId as an identifier for further use. I guess we can't send more inputs with related action except identifier ?
What have you configured in the record related action context?
Here in the context, you will need to pass the time value which will be used by the parameterized process variable in the process model. Your identifier is only where you are calling the related action. That Identifier will be used to pick up the context configured in the related action.