We have a requirement to get next day's date in API flow, Do we have some default functions?now|strftime("%Y%m%d") - This is working in jq play playground but it is not supported in Jq transform.Any leads will be helpful, thanks in advance.
Check out Time API. When I've had a need to do some manipulation of date/time and timezones in an API flow, I've used these free API calls to do it.
Thanks for the reply Aaron, so we have to create ION API with this time API and call in ION API flows right ? do we have any provisions with in the api flow like we have in workflow or dataflows?
Correct, you would set this API suite up as a non-infor API suite in API gateway, then you can call those APIs from withing your API flow. Worked for my purposes. May or may not work for you, but thought I would throw it out there.
You could consider Scripting time functions, and the API suggestion mentioned.
Scripting is available as an API), or if you have BaaS this would be the most capable extension.