Hi Joe! Thank you for the explanation using Compose to remove array duplicates, it was very handfull. I have an issue now trying to send and email to each mail on the array. i keep getting an error indicating the following " Property selection is not supported on values of type 'String' ". Maybe i should use parse Json action or work with objects variables. Let me know if you have worked on something similar and again Thank for this video.
Too late comment, but I hope you got it resolved. Anyways, I was gonna say that you can use the Join() function that converts array to a concatenated string (of emails in this case).
Spend already threee days creating an overcomplicated solution to do something like this. Didn't worked until now, but you did man.
briliant!
So useful! Thanks!
Hi Joe! Thank you for the explanation using Compose to remove array duplicates, it was very handfull. I have an issue now trying to send and email to each mail on the array. i keep getting an error indicating the following " Property selection is not supported on values of type 'String' ". Maybe i should use parse Json action or work with objects variables. Let me know if you have worked on something similar and again Thank for this video.
Too late comment, but I hope you got it resolved. Anyways, I was gonna say that you can use the Join() function that converts array to a concatenated string (of emails in this case).