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.