Hi everyone, I know this is a topic that comes with frequency at the forums, I had read many threats with the same topic, but still haven't figure how to solve this so I'm just publishing my very exact scenario.
Main Objective: Concatenate an N<=31 "Numbers" into a single string separating them with commas in order to Send an Email with that single line, instead of N emails each with a different "Number".
First, I had a PowerApp that register on a SharePoint List.
On the SharePoint List, two different columns have Choice with Select Multiple Items available (corresponding to months and days in number format). With the PowerApp it works nicely without any flaws and stores in the SPL steamy.
Second, there is a Flow that "When an item is created" that goes like this:
And with the Parse JSON (I'm not good at all using JSONs) got this created from the "Dias de Cobertura" auto-generated schema, but still haven't been able to put it to work.,,
But in the end, fails. any advice to solve this?
Solved! Go to Solution.
Hi @OSBSoto
Your schema is not quite right. Its an arrary you iterating and make sure generate the right schema. Then append to an array each values.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @OSBSoto
Which step you having errors please?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogParsing the JSON and trying to Append it to the string variable
Hi @OSBSoto
Your schema is not quite right. Its an arrary you iterating and make sure generate the right schema. Then append to an array each values.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThanks you for the support; it helped a lot.
User | Count |
---|---|
97 | |
40 | |
27 | |
23 | |
16 |
User | Count |
---|---|
130 | |
51 | |
48 | |
36 | |
24 |