Form submit, use the linked server action's output on form success event

I have a server connect form. Once submitted, the linked server action does some processing & outputs some data.

How can I consume this data in the success event (form submit success)? For eg, I want to store the output data into a session variable. Thanks in advance.

The data returned by your action is available in the data picker, under your server connect form. You can see it under data there.

Awesome… Thanks Teodor! Wappler is a beast!

image

2 Likes