I created a role which has an embedded form inside it which takes input from user(dropdown). This form is asking input from user twice: once while requesting the role and other time when the approvals are done and the form is popping for the 2nd level approver.
the values from the 2nd time form is being considered by the plan.
If anyone has any inputs, it would be greatly appreciated.
it seems that the first selected value is not being passed to the next step. The field code appears to be missing in the data transition between steps. I could not see ```
Just to confirm my understanding:
When a user submits a role request, the same form is presented again to the first-level approver. At that point, the approver is able to modify the values originally submitted by the requester - rather than just approve or deny the request. The same behavior is observed at the second-level approval stage as well.
Please correct me if am wrong, additionally could you share the expected behavior as well.
No the values are not passing to the second level approver. basically an empty form is being shown to the 2nd level approver to fill those out. This happens after the role is approved by 2nd level.
the form needs to be only shown once after requesting role by the requester.
‘’’