Hi Teodor, could you point me in the right direction on how to do this please.
On page 1 I create a record in the order table. I have read the “how to obtain the inserted record ID” article and I can see that I have {{identity}} available as an action step following the database insert.
I want to pass this ID to page 2 where the detailed items on the order will be created. The ID of the order will then be included in each to the order_detail records.
How should I passing the ID between the pages please ?
If i understand you right, you insert your record using a modal, right? And you want to redirect to a different page after it’s being inserted?
If that’s the case please do the following:
In your server action, enable the output option for the insert step
In app connect add the Browser component
Select your server connect form, add new dynamic event > server connect > success > browser goto and there you can enter your url with static and dynamic part as: