Dear all,
I have a flow with a trigger "When an item is created or modified" and in one of my conditions I need all the items from the SP list to be exported to a csv and sent by e-mail.
The problem is that one of the choice fields is multi-select field (Destination Country) and that is why I need a variable to have all the choices in one field as a string (DestinationCountries).
However, as a result of my flow below I get a csv with all the list items, but all of them have the same value from the multiselect choice field - DestinationCountries of the item that was modified.
Could you please advise how to avoid having all the rows in the csv with the same destination countries?
Thank you in advance.