Trigger action on opening a row

This is for building an inbox mechanism.

I want to change a column value when a specific row is clicked and opened.

Theres an action mechanism that triggers when a โ€˜row is selectedโ€™ but implementing it that way led the row to be clickable but not โ€˜openโ€™-able.

Whats the way around this?

0 4 327
4 REPLIES 4

Not sure how to trigger when opening a form, but from detail view you could trigger it from a quick edit of a column. Could that work as a workaround for you?

@Pratyay_Rakshit
You may want to take a look

Why donโ€™t you assign a behavior of โ€œGrouped: execute a sequence of actionsโ€ to the Row Selected event?

Action#1 | Data: set the values of some columns in this row | Change the desired columnโ€™s value
Action#2 | App: Goto another view within this app | where target is set with anyone of the desirable Deep Link expressions.
Action#3 | Grouped: execute a sequence of actions | Actions: Action#1, Action#2

  • Actionsโ€™ prominence shall be set to No Display
  • Assign Action#3 as the Row selected behavior

Ingenious! Thank you โค๏ธ

Top Labels in this Space