To overcome Pagination limits how could I write the following "Filter array" action in the form of an ODATA filter query?
Solved! Go to Solution.
I ended up modifying the workflow to use an ODATA query using already known information from a SharePoint table.
Try this:
subject eq 'SearchCriteriaHere'
Replace SearchCriteriaHere with your ESN Ticket number.
If I answered your question Accept it as a solution ✔️
If I helped you out, please give me some Kudos 👍
Thanks 😙
This would be correct if I already had an input to enter there, but I don't. If you look at my Filter array I am saying "Only return the ESN Ticket Number entry if a match is found in the subject somewhere". Currently the email subjects don't come in consistently so its hard to do this with split (last, first).
If I had a consistent subject format to work with I'd just split it out and use that with the ODATA filter, but in this case I don't have that convivence yet.
I ended up modifying the workflow to use an ODATA query using already known information from a SharePoint table.
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 |
---|---|
26 | |
25 | |
24 | |
23 | |
23 |
User | Count |
---|---|
61 | |
50 | |
44 | |
31 | |
27 |