There’s “TaxID” in each queue item and I want to extract all TaxID’s from orchestrator queue,
to perform specific operations for every taxID.
The problem is that Using ‘Get Transaction Item’ activity in GetTransactionData.xaml helps me to get one TaxID,
but i’m not getting that taxID in process.xaml page
so
- should i use ‘Get Queue Item’ activity in process page ?
- Can i store orchestrator queue item in array ? so that using ‘for each’ i can iterate through array.