I am using reframe 1st time.can some one help me on Reframe How to add the data table into queue.
@jais1609 - You can iterate throw data table and use “add to queue” activity to upload your row value to Queue in orchestrator.
Thank you. This activity i need to use in which stage i mean. Init or get transaction data?
@jais1609 - You need to create separate process to upload data to the queue.
For more details go throw
@jais1609
Instead of iterating through entire data table for each row.
You can use Bulk Add Queue Items Activity which will take DataTable as Input.
I am not sure if it is correct but I do bulk upload in init state