Forum Discussion
Sharepoint_Sam-Novice
Nov 05, 2020Copper Contributor
Currency Conversion List to List Calculation
Hi all, I'm very new to all of this, so your expertise is required. I have two lists, one is my main list which will include a local currency amount column, with a column for what the local curr...
BradD
Nov 05, 2020Brass Contributor
You could use a Logic App to read for updates to the two lists and then use an Azure function to perform the calculation using the Graph API. The part I’m not clear on though, where do you want to store the EUR amount? In the main list on the same record where the local currency amount is?