I have one datasource for multiple galleries on different screen. I want all of those screens to navigate to the same edit form when the arrow (circled belowed) is clicked. I have created a variable to thisitem but it is not linking the 2.
Solved! Go to Solution.
Change your Set formula to:
Set(MyVariable, ThisItem)
You're currently setting it to just a field value.
I hope this is helpful for you.
Have the one form on a page and on click navigate to that page whilst passing thisItem as a variable to use in the form.
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful because this can help others.
LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
Twitter: https://twitter.com/phipps0218
Change your Set formula to:
Set(MyVariable, ThisItem)
You're currently setting it to just a field value.
I hope this is helpful for you.
Have the one form on a page and on click navigate to that page whilst passing thisItem as a variable to use in the form.
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful because this can help others.
LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
Twitter: https://twitter.com/phipps0218