Date format for an Orchestration is different for different users
Hi,
I have created a data request and an orchestration:
1. I created a Data request to get data from a view.
2. I created an Orchestration using the Data request created in step 1.
3. I have set the output value type (format) at orchestration outputs for dates as "Date - MM/dd/yyyy"
Now, I tested it using JDE orchestrator client and postman using
my credentials and I'm getting correct date output (e.g. 05/31/2021), however,
if I trigger orchestration using postman either with another user credentials
or with API Key, the date format is changed to "20210531". Please
refer to the attached document for screenshots.