in my url I put a parameter ex. IDSite=1 and this one I need to save in a form and into the table.
How is it possible?
thanks
Justin James wrote:
Hi Emanuela,
One tip, it is not a good idea resurrect old posts. If they have 2 or more years, it is preferable to start a fresh one.
Anyway, to understand better how to deal with Input Parameters and Forms/Entities, I suggest you to see this exercise https://www.outsystems.com/learn/lesson/855/data-queries-and-widgets-ii-exercise/
This will cover exactly the subject you are asking here.
It is part of this course: https://www.outsystems.com/learn/courses/15/developing-outsystems-web-applications/?StartCourse=False
Basically, the IDSite will be an InputParameter for your screen. So, inside you screen you will be able to use this parameter in anypoint of you flow, including into Create and/or Update actions to store into you entities.
Best Regards
Fabio Fantato
Emanuela Avanzi wrote: