Action Group LINKTOFORM(). Am I able to have...

Action Group LINKTOFORM().

Am I able to have a group perform multiple LINKTOFORM()? I have two actions linked in a group action, performed by a save action. The first action executes correctly, but the second action is never performed, switching the order does not change the results.

TableA > Save > Action:{LINKTOFORM(TableB} > LINKTOFORM(TableC)} > Action:LINKTOFORM(TableD)

Each action flow works when set as first but not as a group.

0 3 425
3 REPLIES 3

When you use an action that needs a save before continue, it will stop the process and thatโ€™s why your 2nd action wonโ€™t be triggered.

I tried this โ€ฆ the way I saw it was that the second action would try to trigger when you are in the wrong formโ€ฆ both actions were triggered from Form View A, say, but once action 1 is complete, the focus of the app is Form View B, and the second action canโ€™t trigger from thereโ€ฆ

Am I able to pass arbitrary KV pairs in any expression? Have a LINKTOROW()&โ€œColVC=Valueโ€ HTML encoded so that view can pass to another on save including values designed for next views?

Top Labels in this Space