I am finding this error “Process Finished Due To No More Transaction Data”. On opening the ACME site, none of the tasks even got started.
Thanks in advance. Have a good day!
I am finding this error “Process Finished Due To No More Transaction Data”. On opening the ACME site, none of the tasks even got started.
Thanks in advance. Have a good day!
Hi @Anky
Process Finished Due To No More Transaction Data is not an error
It simply means that the GetTransactionData wokflow file is not getting any transaction data.
Kindly check your GetTransactionData workflow if it is configured properly
yes, so far I feel it is configured properly. Yet, I am finding same issue. @Jan_Brian_Despi
Can you show me the arguments of the invoked gettransactiondata from the Get Transaction Data state?
Please let me take a look at the Import Arguments:
Cool!
Please check if TransactionData has a value or is not empty.
Did you mean to check this? I am incrementing the value if the transaction item is nothing, else 0. @Jan_Brian_Despi
Uhm. No
What workflow file are you using to populate the TransactionData variable?
GetTransactionData.xaml (12.5 KB)
Can you please go through this workflow ? @Jan_Brian_Despi I have also attached my main file. Thank you in advance.
Main.xaml (52.6 KB)
Sure
Can you send me the zipped file of your process? Thanks
It looks like you haven;t populated the TransactionData variable yet
Generate Yearly Report.zip (601.6 KB)
@Jan_Brian_Despi Looking forward to your suggestion. Thank you!
You are not checking if there is a next page in the GetTransactionData. You are checking it in the Process.xaml file
This is you current Process.xaml workflow:
@Jan_Brian_Despi How do I move forward? What should I do in the Process Workflow?
You should move the checking of the nextPage from the Process workflow to the GetTransactionData workflow
@Jan_Brian_Despi Do you mean this entire block **(from attaching the browser)**and following activities should move to get transaction data workflow?