Hi,
We are trying to work on our apps collaboratively by splitting an app into components.
We have a gallery component that has a table input and record output.
We can pass a SharePoint list from the main app to the gallery component, and get the record data when an item is clicked on. When an item is clicked on I want to achieve 2 things.
- Switch to a screen containing a form
- Load the specific record from SharePoint related to the gallery item that was clicked on
I believe I can achieve 1 by adding a screen input the the component and passing it when the record is selected. But have been unable to load the record into a form even if placing the gallery on the same screen as the form.
I can access the output in a label by going outputVariable.FieldName but setting the item value of a form to outputVarible errors.
Anyone know if this is possible?
Thanks