How to add conditions in Get transaction Data field

Hai Team,
I have a scenario where I should read excel file and in test data column we will have file path which contains only one data only.
I need to loop through the file fetch the data from test data column read that file then perofrm the steps in process,xaml.
we are not suppose to add these test data in queue.
This is for testing purpose for testing different scenarios.
then we need to update the status.

if its prod then directly it should pick the data from queue.

Can anyone suggest in Get transaction data how I should add the condition for this scenario.how to implement in Re-Framework.

@Anil_G @supermanPunch @ppr anyone any help on this


Excel file

typically we have setup assets telling us if we are running on Test or Prod environment
Based on this we implement a fork handle the different scenario

that is what I am also doing check if dev or prod but I am not getting how to add the condition in Get-transaction data state to handle both cases.

I should treat this excel file as a queue but not suppose to add data in queue thats the main thing here

queue = we assume queueitem

we suggest to adapt REF parts carefully as customization also costs recognizability.

Just explore separate the technique of

  • creating a dummy queue item = myTransActionItem = new QueueItem
  • assigning a SpecificContent Dictionary with the test data and working with this
  • whenever an action on the DummyQueueitem is to ommit then check if it is test/prod case

BTW. different environment can also run over different Queues. Maybe you check this option as well.

To conclude: try to integrate the changes as unobtrusive as possible

Sure will check on this part and get back to you.

Thanks Peter for quick response

hi @ppr no dummy queue should be used itseems.
Any other approach pls

hi @ppr no dummy queue should be used itseems.
Any other approach pls

this technique is without queue, was it explored?

yes didn’t worked for me

let us avoid ping-pongs and progress straightforward.

what was done in detail, what was not working as expected

As we also mention: