Block - Set Value Before Submission

Set value Before Submission without triggering other activity. For example, if the Status is Book, set Current User name in Booked By else if the Status is Confirm, set Current User name in Confirmed By.

  1. Add automation at ‘Before Executing’

  2. Add a condition to check → #Form #Status =="Book"

  3. If True:

  4. Set
    a) Variable → #Form #Booked By
    b) Value → #CurrentUser

  5. If False:

  6. Add a condition to check → #Form #Status =="Confirm"

  7. If True:

  8. Set
    a) Variable → #Form #Confirmed By
    b) Value → #CurrentUser

1 Like