Queue doesn’t support complex object type. This support only simple field if you are passing complex object then you need to pass as string value.
I see you are passing a field as type object so in that case Apps does not support it.
If you want to send a date-time object, datatables, objects, or arrays to a queue, make sure that you bind it to a string type field. You can also bind a complex object to a queue input using the string type field.
I have adjusted my schema to be a string, but the data table seems to violate input criteria. I have added an hidden text box with the table bound to it, and the value is my input for the queue.
How is best to get my data table type to cast as a string?
However the table variable (and the text field below which is meant to be hidden) violate input schema. Is it possible to send a table of this kind via a queue?
It has been extracted from data service, So it currently is generated from the data service.
I am asking for the purposes of customisation, sometimes a client will not want all of the rows, and may remove or change some of the rows from the table. Hence why I want to send the table in it’s current state to the queue.
That’s exactly how the app/process is currently operating. which is what I stated in my previous response.
If you understand, the data service is acting as my ‘default’ settings, and I would like to submit a customised Table containing the report information, so that there is not a need to to make permanent changes to the data service for a single custom report they may only require on occasion. Does that make sense?
If this is not currently possible or supported, I understand.