Hello everyone,
I would like your help on the following scenario:
I have started building an application, where I have several fields and those fields are Patched into a SP List. I don't use the SP list as a source, I patch the data there. On a different screen, I have a gallery, where the source of data is the above SP List. At the end of it, I have a button "View CMF". Each row here represents one row from the SP list.
What I want is "on select" of this button to be redirecting me to the screen of the form, where the respective entries are shown from the SP list.
- Do I need to create another screen, where here I pull data this time from the SP list?
- Could a solution with global variable work?
Thank you in advance!!