Passing Parameter from table row to activity

Hello, I have a table of operators, whose source is a DataPage and a column in this table is a TrueFalse checkbox with a Run Activity Action. I need to pass the current row’s pyUserIdentifier when the checkbox changes.

How do I reference the ID of the row as a Parameter for the activity? Is there anything I need to setup in the table to make this possible?

@AxelB16903925 - Table row picks up the particular row pyUserIdentifier automatically if passed that property from activity action. No need to handle anything explicitly.

Thank you.

@AxelB16903925

It should be handled by default, but if you want the that particular record , you can pass the parameter pxListSubscript which will fetch the index of that record in the table , this can be passed as a parameter to the activity and Data transform and can fetch the details of that particular record.