Hi,
I have the Form which has to route to different users,lets say User A creates the Form and fill some fields and i have added _currentuser variable field in the form,based on the {/_currentuser} variable i applied some field rules,like if {/_currentuser} is User A then show/hide fields and if {/_currentuser} is User B then show/hide some fields,here when user A submits the form ,when it reaches User B the variable still shows the User A value,so that field rules went wrong,but when i took the copy of the form then the {/_currentuser} variable gets changed,so i don't want to create multiple copies of the form,based on the field rules the process workflow should run in a single form.Hope understood my scenario..can anyone suggest me to achieve this?