I currently have a workflow for systems access forms. Only manager have access to submit these forms. I have the forms split between those that need approval and those that do not need approval. Is there a way to further split this process so only HR users can submit a certain type of form?
Example:
Forms that do not require approval
/dataset/Choose_which_type_of_request_1="Termination1" or /dataset/Choose_which_type_of_request_1="NewHire1" and /dataset/Retail_="Retail" or /dataset/Retail__1_1="Retail" or /dataset/Choose_which_type_of_request_1="Title1"
Forms that do require approval
/dataset/Choose_which_type_of_request_1="NewHire1" and /dataset/Retail_="Non_Retail" or /dataset/Retail_="Non_Retail" or /dataset/Choose_which_type_of_request_1="Access_Title1" and /dataset/Retail__1_1="Non_Retail" or /dataset/Choose_which_type_of_request_1="FolderAccess1"
The specific form that I want only HR to submit is Termination1
I tried both adding a separate process and adding this to the same gateway, but neither of which work. Below is what I have been trying...
\/dataset/Choose_which_type_of_request_1="Termination1" and /dataset/_initiator="Username"
I am wondering if usernames cannot be used in datasets?