Hi, can someone please respond! I am in a loop of despair on something that is essentially working, but is not working!
- I have a single SP table that contains "row by row" data, where new items are created and added
- There is another list which contains 80 rows, which contains lookup values
- There are 5 lookups "from" (1) looking at (2) which works perfectly and cascades the drop down as required.
- When adding the {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference" code, I can see RESULT
i.e. Id:Dropdown1.Selected.ID,
Value:Dropdown1.Selected.Division}
i.e where I want to type "ID" and "Division", I only get the option to type Result.
Why is this? I have only ever got one of these connectors to work once, where it "wrote" the data back from Table 2 to Table 1.
I keep getting error messages about expected text values etc? Why?