So, I want to add sequential number generation to one of my forms in the app and i would like that is generated to be added to another form that is connected to the first form How is that done?
Solved! Go to Solution.
When you submit te first form you can define a var with the LastFrom ID.
Something like:
Set(varAutoGenerated, Form1.LastSubmited.NameOfTheField)
And, after that, you use your variable when you want
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
My website!
My blog!
On Form1, on property "OnSuccess"
After you submit the form, if it has success, it will create that var for you
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
My website!
My blog!
When you submit te first form you can define a var with the LastFrom ID.
Something like:
Set(varAutoGenerated, Form1.LastSubmited.NameOfTheField)
And, after that, you use your variable when you want
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
My website!
My blog!
Thank you Nogueira1306, Where would that formula be added?
On Form1, on property "OnSuccess"
After you submit the form, if it has success, it will create that var for you
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
My website!
My blog!
User | Count |
---|---|
257 | |
109 | |
93 | |
57 | |
41 |