Hi there,
I'm filtering a list by ID with a field from a completed adobe agreement. The field holds the SharePoint list ID (SPID) that triggered the creation of the original form and now I just want to attach the completed PDF to the list.
When the flow runs there is no result form this task
No Output
There is a parse JSON result that shows the correct list item ID
I expect the filter should be saying ID eq 7 but I can't see why no list item is returned.
Can anyone offer some advice?
Regards, Dale
This is great advice but I have found that when I try and work with the SPID is always seems to be null. I'll have to try another approach.
Hi @dflemming ,
Please try to use int() function to convert the string id to Interger.
Besides, please make sure the list contains an item with ID 7.
Image reference:
Hope this helps.
Best Regards,
Hi @dflemming ,
Instead of using Get Items action you could use Get Item Actions the one without (s).
Pass your 'SPID' from JSON Parse output in Id property of Get item.
If it helps you, please accept as solution.
Thank you @dflemming
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional