
Announcements
Hi guys, hope you're doing good,
Am having a little issue on my flow
I have an excel one drive document with some information
Client-Campaigns-Budget-URL-CampaignOwner for exemple
CampaignOwner (it contains email adresses) is dynamic, it can be Marc on 3 lines (meaning he has 3 projects), then Peter on 2 etc
Compose = union(body('Select'), body('Select'))
Apply to each -> @{outputs('Compose')}
It loops the correct amount of time
Filter array :
From body('Table_Construction')
Condition: @equals('@item()?[''CampaignOwner'']', items('Apply_to_each')) I tried many other conditions but it never worked. In the case I pasted here, result ends up always empty
Finality would be to create a table with all campaigns of Marc and send it to him by email, then to Peter and whoever comes up in my excel document (it is generated and updated through an API so Marc and Peter are Dynamic, could be Margaret tomorrow)
Hope my issue is clear enough and I thank you in advance for any assistance