I want to call UI action from another UI action

gachupin
Tera Contributor

I created two UI action in incident table.

UI action A updates the record.
UI action B copies the description field.
I want to call UI action B within UI action A after the record is updated.
Is there a way to do this?

Thank you.

5 REPLIES 5

Thank you for your response.

However, your method does not solve my problem.

The reason is that with your method, the copy action (B UI action) executes first.

I want to copy the latest value to the clipboard after the record is updated.