Hi guys
I'm creating a Flow which is checking around 100 SharePoint lists in a site to get a number of list items that have been "validated" and update a Spreadsheet - this is now working perfectly thanks to some help on here and from Google.
However, there's one part that I can't get, and I'm not sure why. Each of the lists I'm looking for has a field called "AssignedUser" - this user is the same for every item in the list. So I created a Compose with the following input: first('Get_Items')?['AssignedUser']
But doing this seems to break everything. My initial thought is it could be because not every list has this field? If that's the reason, is it possible to have a kind of 'IFERROR' Excel-type logic to ignore these lists completely and skip to the next? Or am I just using the 'first' function incorrectly?
Thanks for any help in advance!