[Replace this text with your version of IIQ. The more specific you can be (7.1, 8.3, 8.X), the more people can help. If you do not know, put Unsure.]
IIQ 8.2
Please share any images or screenshots, if relevant.
[Please insert images here, otherwise delete this section]
Please share any other relevant files that may be required (for example, logs).
[Please insert files here, otherwise delete this section]
Share all details about your problem, including any error messages you may have received.
I have created a custom quicklink workflow to create contract employees, when first time accessing it, it is working as expected but from the same session I have tried creating another user, the form is not getting loaded. If I restart the server and try it is working as expected
@KarunaBNP I tried it creating 3 users in the same session it is working for me and i can see approvals are created. Could you please try this in incognito mode, not sure if any issues with your browser.
@KarunaBNP please remove input=”true”, this is within the workflow. try and see if that works ?
<Variable name="employeeType">
<Description>Type of Employee</Description>
</Variable>
<Variable name="manager">
<Description>Manager of the User</Description>
</Variable>
<Variable name="lastname">
<Description>LastName of the user</Description>
</Variable>
<Variable name="firstname">
<Description>FirstName of the User</Description>
</Variable>
<Variable name="uid">
<Description>UserID from Form</Description>
</Variable>