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
Solved! Go to Solution.
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
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,
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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
6 | |
4 | |
3 | |
3 | |
2 |