Hola People,
I would really appreciate your help, I am stuck with my flow cause I cant get the value of the array or the design is not the best or both. I am new at flow.
I have a list "database" that is updated by the user, that list have an amount value that is base in X currency and month.
I have another list "exchange rate" with 13 columns (one per each month and one that identy the differents X currencies).
So what i need is use flow to update the item created to the correspondance exchange rate base on the sharepoint list "exchange rate" according the X currency and X month from the item created.
so far i have done, this part that works ok, the arrail get the value according the filters (i have create a view for each month that i use as filter with the value month from the item created:
but now this is the issue i cant add that value, cause I cant extract from the array in order to update the item created.
t
Thanks in advance for any help and recomendations