- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 06-16-2022 08:50 PM
Hi All,
Ever find yourself using the Flow Designer and wishing that the For Each iterator could accept your specific data set rather than the standard 'Array data pill, List data pill or Records data pill'?
Here I have built a very simple action that can be used to do exactly that. I am finding it very useful - I hope you do too.
An xml file is attached with this article that contains the action - do let me know what you think of it...
Inputs are one of either:
- Flat JSON - Name-Value or;
- Comma separated string
Output is: Array.String data pill that can then be used within the For Each Iterator.
Inputs can be manually constructed from a Flow Variable OR taken from a field on a record - whatever you like. As long as the input is either a flat JSON Name-Value OR a comma separated string you will get the result you need...
- 5,008 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@gputker - I just wanted to let you know I came across this and it worked PERFECTLY - I appreciate your work on this.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@gputker , thank you so much! Great solution!