What kind of the postpone data when i add a queue item?

My task that Adding transactions item to the queue with postpone in UiPath Orchestrator API (UiPath Orchestrator API Guide, UiPath Connector Guide)

My problem is type of postpone, can you help how to know type of postpone…

when i add queue item in uipath studio it works with DateTime type

Thank you so much …

Hi, You need to do custom string with date:

Eg.:

DateAndTime.Now.ToString("yyyy-MM-ddTHH:mm:ss.ffZ")
The output on the console will be different because UiPath is converting the record to a different date form.

image

When you go into details you have the correct syntax which can be passed to API request:
image

thank you so much

it works

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.