(6.6 KB)
Hi Team,
I am trying to display the output from get transaction item and got the below compilation error.
Performer.xaml
Dispatcher.xaml (3.9 KB)
Dispatch Excel.xlsx (10.3 KB)
(6.6 KB)
Hi Team,
I am trying to display the output from get transaction item and got the below compilation error.
Dispatch Excel.xlsx (10.3 KB)
Hello,
DownloadedData.SpecificContent(“Deposit”)
Hello @Parameswari
you have to try this way
used get queue item activity
take assign activity
create one variable (straccountnumbe)
ex.: straccountnumber = out_TransactionItem.SpecificContent(“AccountNumber”).ToString
then you can able to see it in your message box.
Thanks
Andy
You don’t have to assign it to a variable. Just put
out_TransactionItem.SpecificContent(“AccountNumber”).ToString
…into the Message Box. Creating extra variables to assign the data to is unnecessary.
Is your Performer.xaml called by Main.xaml and you pass DownloadedData into the Performer from Main? If so, you can’t just run Performer. Downloaded Data will have no value.
That being said, this is not the typical way of doing a dispatcher vs performer. They are usually completely separate automations, separate projects. Not individual XAMLs within one process.
Hi @postwick
I have two different sequences in same project. One is dispatcher and another one is Performer.
For testing purpose, can’t we test like this?
Checks to do:
It’s better to have them as separate processes. This doesn’t impact testing. Want some items in the queue? Run the dispatcher.