Hi team,
I am sharing my code here can anybody help me out how can pass emailid reqid from extractdatafromqueue to ReadapiResponse is it possible do that
Process.xaml (22.7 KB)
please guys help me out on urgent basis
Hi @Sandhya_Gajare,
I saw you process but all added arguments was (In Direction) i think after get data from Queue you need to make Argument with (Out Direction) to be able to pass it to another WF.
can you tell me how can do can please make change how can i do and send me back
In (API\ExtractDataFromQueue.xaml) WF we need to create Argument with Direction OUT) then in you (process.xaml) you will create normal variable to store the output and you can use it after that.
i can not do it as you only share process File while change need to be done from the other WFs.
Need this File (API\ExtractDataFromQueue.xaml) thats what you need to pass queue data to other workflows right ?
below i have shared that
can you please check and help me out as soon as possible
This are two workflow
can you please help me out
I can not understand the use steps of this sequences however kindly check below files if its work like you need or no.
ExtractDataFromQueue.xaml (7.1 KB)
Process.xaml (23.7 KB)