i am using Re-framework for the first time and using excel table for input.
But the same item is processing every time and that to not processing complete, it also closes browser every time and then open again do the same transaction.
Do let me know incase of any more information required.
Did we use add queue item activity in the init state first run to store the table data into work queue. Pls confirm the sane and also try the suggestion from @Nithinkrishna .
Please check if the variable io_dt_TransactionData has value in it. Seems you missed to assign value to parameter while invoking transactionData workflow.
Also, Robot closes and opens browser multiple times because of max Retry count value mentioned in Configuration file.
I meant the parameter values assigned while invoking get Transaction Item File in mail Workflow. So please check it in main workflow. Currently you have attached Screenshot of Default values in GetTransaction Workflow.
i am not understanding what do you mean by get transaction item file.
in first run workflow i have written the logic to read the excel, and i know the get transaction data workflow where the each row of excel table is coming.
again, i tried automating uidemo application using queue item.
but again uidemo application is opening for the first time and then closes the application, and again application pop ups but not able to enter the credential.
but the issue is it should try to open again once it is open already, why this is happening?