Hi, I'm getting an error after configuring my PA flow.
The flow is below, I'm trying to update the "Created" and "Client Birthday" so the 2 calculated columns based on these values can be updated daily ("Waiting time(calc)" & "Client Age(calc)").
The formula for "Waiting time(calc)" is =DATEDIF(Created,TODAY(),"d").
The formula for "Client Age(calc)" is =DATEDIF([Client Birthday],TODAY(),"Y").
The idea is, for each item send an http request updating the fields with the same value, just to trigger the update to all items/columns.
upper part
bottom part
The result is below, and I don't understand the error details, since it should be a simple update task lol.
error
What are your suggestions to fix this or take another approach to this problem?
Thank you.