I am trying to connect my workflow to a SharePoint input but get the below error:
Error: SharePoint List Input (4): Error encountered: The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.
The view i am connecting to in SharePoint has 10 lookups fields called Supplier 1 to Supplier 10.
Initially I thought the problem was that I had too many lookups in the view so I changed the view to only show x4 of the lookup fields e.g. Supplier 1-4 and this worked fine no error. I decided to try and have two sharepoint inputs on the same list with two different views supplier 1-4 and supplier 5-8 however when I run the flow the first SharePoint input with suppliers 1-4 works fine but second input with supplier 5-8 gets the same error message as i originally received.
If I change the second view to only show one lookup field it all works fine but this confuses me how I can have one sharepoint input with 4 lookups fields working fine but cant get a second to work.
Anyone else seen this issue and is aware of what the problem is as I dont really want to have multiple sharepoint inputs into a multiple join would prefer just one input.