I have a data variable with around 60 fields in it. The values are already set in my flow.
Later in the flow, I want to update just one of the fields (Last Update Date).
I’ve managed to do this using a “Set data variable” component. But this means using a binding type of List of Values, so I can use a function TIMESTAMP() to populate the last update date field.
Downside is for the other 59 fields in the data variable, I have to manually (59 times!) set each field value to a formula to grab the current value of that field and populate it. That seems clumsy.
Is there an easier way, some method of simply saying I want to leave the other 59 fields untouched and simply update the Last Update Date?
Thank you.
- IF YOU LOOK IN THE SCREENSHOT, PROBABLY EASIER TO GET AN IDEA OF WHAT I’M DOING. SO I JUST WANT TO DO THE UPDATE CIRCLED IN RED, LEAVING ALL THE OTHER VALUES CIRCLED IN BLUE EXACTLY AS THEY ARE *