I want to create a Sharepoint List/Form which will contain some few details like date, number, type etc. and will also contain a datatable containing details of items.
I want to know if there is a possibility of adding data to Queue directly from Sharepoint by connecting via Orchestrator. Or if we can add to Queue manually by creating a dispatcher process. Also in that case how to add to Queue since we cannot add a datatable in Queue.
Assuming there may be 2-3 list/forms for each transaction
In Performer retrieve the JSON string from the Queue this way:
When retrieving the item from the queue, get the JSON string from the queue item’s specific content.
then in this case for a form/file containing huge number of transactions tracking will be difficult as to which row it failed. and if it fails on one row the entire queue item will fail