Im working on a flow which exports a uri link of an svg file, stored in a collection and returns it as a svg. For refrence here is that flow:
here im taking the uri , using the inbuilt function and then replacing the text data:image/svg xml with a blank because it causes an error while making the SVG. This was while i was doing it for one argument.
This is what the collection looks like.
now i have a collection of uri links that i want to do the same with. While exporting all of them together would be a good way , even seperate svg file is fine as long as i can send them together in one email.
Tried doing this but here its merging both of the files together, is there a way to take input one by one
i want different svg files for each svg URI