Hi all,
I have an entity form, which allows user to create records. I am redirecting the user to another web page with the same record after saving the entity from. The reason of that is the entity form contains a sub grid and the sub grid isn't shown in the entity form before creating the record. Until here everything works fine.
I built a Power Automate flow to relate this entity record to another entity (mainly to populate the sub grid in my entity form). The flow works also fine but it takes 1 or 2 seconds to finish its run. The problem is that sometimes redirecting user to the next page takes less time than flow's running time and the record in the sub grid won't appear after redirecting.
I thought about delaying the redirection after saving the first entity form around 3 seconds to wait flow finish its run but I don't know how I can do that.
Can someone help me with that?
Thanks in advance.