I need some suggestions about the excel file, I need to update the exchange rate data everyday in this template. So, this is the template that I want to insert the data everyday.
Read excel using read range activity - output is DT1
then find the row based on your current date to update like below using assign activity.
DT1.select(“Date = '”+now.tostring(“dd-MM-yyyy”)+“’ and Day ='”+now.DayOfWeek+“”)(0)(“1 USD”) = value