Hello Community!
I need to find solution form the problem with some case in my organization – maybe you will help me to find the most effective way to do that?
Case:
Users: A, B, C, X
Forms type: type1, type2
Form fields: value1, value2
There are few forms (type1) which are filling by users (A, B, C) during the month (for example January).
One of the form field (value1) on each forms (type1) should be automatically filled by system after user (X) filled it in form field (value2) in his form (type2). The problem is that sometimes forms (type1) need to wait for value (value2) from form (type2).
Of course after the form field (value1) was filled forms (type1) should move to next step.
I was thinking about timeout but don’t have any idea how to set the insert condition.
Maybe you have another, different, propose for my problem?
Thank you for any advice that you give.
If anything is not clear I will try to explain it more.