UX- Expression to Determine which card the user selected/clicked

Hi, im trying to do a particular action based on the user what card the user selects.

so in my app, i have a home view with card type with two rows : step1, step2

both of these cards have same action displayed to the user, based on the user selecting which card , the action needs to do some updates.

inorder to achieve the same i have an action , but in the action how do i determine which card is clicked.

any expression that will help me identify if user selected step1 or step2 in the action and correspondingly do some updates in the table.

any help is much appreciated.

@Marc_Dillon @SkrOYC @Luis_Rodriguez_ @Steve

Each card represents a row from the view’s table. Ensure the table includes a column that distinguishes the steps (e.g., a [Step] column with values like “Step 1” and “Step 2”), and then reference that within the action’s expressions.

2 Likes