I have a flow where I send an email monthly to managers reminding them of overdue appraisals. It works perfectly until I ask it to add a calculated column which is the number of days the appraisal is overdue by. It then gives me values with 13 characters and a decimal point which I need to remove. I have tried to follow different solutions however all of them are telling me to use an 'apply to each' function which I do not want to do as I do not want to apply to each value, the email will send multiple times if I do this. I would like to know if there is any way I can use 'select' to get the array of days overdue, then take the days and remove the decimal points to put them in the corresponding row in my email table. See below flow:
as you can see in flow 3 i can get the values however i cannot work out ho
o to remove the decimal points without applying to each or only retreiving the first value, as seen in 'email 1'
flow1
flow2
flow3
flow4
any help would be greatly appreciated... i'm banging my head against a wall!