Wait 30 seconds for calculation fields
Hello,
I have found on multiple occasions that I have had to add a 'Wait 30 seconds' flow if I am including a calculation field in the email, otherwise the calculation field doesn't appear in the email.
For example:
> New Item Created
> Email sent to form filler (including unique ID number) - ID number sometimes is blank as the system hasn't had time to catch up?
But, even when I use the 'wait 30 seconds', the calculation fields still sometimes don't appear on the email?
Is there a better way to do this?
-
You can fix it by another way to avoid this ,
In your globiflow flow :
IF @ID Number == null
(Just create a manual flow to check again )
- in your manual flow just repeat your steps :
wait 30 seconds
IF @ID Number == null:
Trigger flow on related and trigger your manual flow again
it's like a loop and to make sure its sent you can add a comment action in the end ex: ( Email Sent!)
just to make sure its sent and keep your eyes on comments section.
and dont forget to add (IF @ID Number != null ) --> ( your actions ) in both flows
I know its not a best idea but it will fix your problem until calculation fields fixed by podio
Please sign in to leave a comment.
Comments
1 comment