Hi team,
I am extracting data from application and strore it into excel, this is done initallapplication workflow from reframework now i want to pass that candiadte name in process transcation state and i have search email id and req number for that candidate in process workflow ,how can i do that can anybody help me out?
also i have to store all candidate details to queue
Hi @Sandhya_Gajare,
- Keep “Read Cell Workbook” activity in truncation state and create int variable for increasing cell range
- increase the int variable value in Process state
Check attached workflow
StateMachine.xaml (15.9 KB)
Thanks,
You have to modify get transaction data to get each row from excel and then pass to process xaml
I hope this helps
cheers