RE Framework not giving desired results

Hi guys,
Would anyone help me identify why my re-framework won’t give me the desired results yet there are no errors?
I am trying to generate employee ID cards.
See below the screenshot

can you elaborate more about the same?

Its not going to the Process transaction state and I am just wondering what could be the cause?

Hi @J_Crosby

Make sure the Queue name created in orchestrator is passed in the config file in Settings Sheet.

Hope it helps!!
Regards,

@Parvathy I am using datarows.
Its fetching data from an excel file

if you are reading the data from excel in the int state then you need to pass the data based on the arguments to the Process Transaction for that you need to disable Retry Get transaction item and make a condition like this this in get transaction data activity below only

Based on arguments you can do that one and pass the data row in Process Transaction

@J_Crosby

Thanks @Praveen_Mudhiraj ,check out this is what I have. Does it make sense?

Fine and only one change you need to do that

click on the else down arrow and paste the below assign activity inside the else

@J_Crosby

@Praveen_Mudhiraj
Did I get it right?

yeah ok, and can you run now and check

@J_Crosby

thanks @Praveen_Mudhiraj

if your are clarified then Close this loop

@J_Crosby

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.