How to save the results of dataloader step in a Variable.
Hi all,
I am having trouble in saving the results of the query in a variable.
What I am trying to do is : -
1) Login as an admin & Run the Dataloader step (which essentially runs a query to get the employee number) - I can see this is working
2) Store the results in a variable (So, store the employee number in a variable - I am not able to do this)
3) Using that variable - Login as that employee & perform the test.
Can anyone help me with this issue?
Looking forward for a reply.
Thanks in advance
Kiran