Hi,
I am able to add transaction items in queue using the Orchestrator API. Now I want to setup one of the field as reference.
Below is the input json for orchestrator add queue item api:
{
“Name”: “DownloadFilesQueue”,
“Priority”: “High”,
“SpecificContent”: {
“Email@odata.type”: “#String”,
“Email”: “safaya.nitin@gmail.com”,
“Name@odata.type”: “#String”,
“Name”: “Node-Red”,
“PK@odata.type”: “#String”,
“PK”: “{{book_pk}}”,
“Stage@odata.type”: “#String”,
“Stage”: “{{comp}}”
}
}
How to set PK field as reference field in queue?