I’m trying to set a workflow to create a record and then delete that same record a set number of days later.
I looked at:
Create thing --> Reset Inputs --> Add pause before next action --> Delete thing
The issue here is that the delay action is set in milliseconds. I want the flow to delete 56 days later - that’s a whole lot of milliseconds!!
The other option I see is:
Create thing --> Reset Inputs --> Delete thing (result of step 1) (with the condition that Step 1 thing’s creation date was X days ago), but that condition doesn’t appear to be an option.