Hi All,
I just need to create a flow that sends an email weekly all data and images are variable and since this need to work on the outlook client I need to embed most of the assets (let me know if you know other ways around that).
So I have an array with the relative path of all assets that the email might use.
[{"name":"logo","path": "/fakepath/assets/logo.png"}]
What I wanted is to either, add a content prop with the file content value or create an object and append to a new array with the result but keeping the name prop. ex from above:
Original modified array [{"name":"logo","path": "/fakepath/assets/logo.png", "content": "fakecontent"}]
or
New array [name:"logo", content: "fakecontent"]
I found some articles but I did not understand yet how to update a existing array or append an object to the new array.
This is the error I keep getting:
here is the formula:
Thank you all.


Report
All responses (
Answers (