cancel
Showing results for 
Search instead for 
Did you mean: 

How to add 2 actions to the button

Former Member
0 Kudos

Hello,

We want to add 2 actions to the button - the first one is the system action "insert row" and the second one is the user action that opens the search for the user and the user chooses the entry to add to the newly created row. The problem is that it's possible to add only one acion per button. Can somebody help us?

Thanks in advance,

Sergey Kozyrev

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There is no way. Why don't you use two buttons? Or use a timer, with a guard condition and data store, so that action two starts after action one.

Best Regards,

Marcel

former_member193545
Active Participant
0 Kudos

Hi

It is not possible to have 2 actions for the same button, you can try and use a timer which will be started after the button is pressed and then after x seconds fires the next action.

Jarrod Williams