So I have a custom object in Salesforce the trigger pulls it when it’s created, but there’s a processing time on some important fields. So the data comes over with those fields values as “False”.
I’ve had a field called “Form process” - that get’s changed to “processed” when it has been processed.
I’m trying to figure out how to re-grab the data after an hour delay.
Ideas?