Data transform not triggering automatically after wait shape (mentioned time) is over .
Hi , I am using wait shape in my flow in which the timer is set to 1 minute . In the outward connector of wait shape , I am calling a data transform (Setting a property value , lets say 'PropertyXYZ' to true) . After the wait shape , I have added a utility shape in which One Activity is called through which I am sending an email to Someone .
Issue : After the wait timer is over , the DT is not trigerred automatically, i.e. the value of PropertyXYZ is not set to true . However , I am able to get the email without any issue! It means the flow is moving forward correctly but Data transform is not trigerred . Now While creating the case , When I am refreshing the screen , then only I am getting the value of PropertyXYZ as true.
Ideally the scnario should be :
When the wait timer is over(1 minute) ,DT should be triggered automatically and I should get the value of PropertyXYZ to true without any manual interaction (i.e. refresh) .
Kindly let me know any way out . I have also tried adding another smart shape RunDataTransform , but again I need to manually refresh the section to get the value on the clipboard .