In Request Parameters can you use a date function to set the parameter value? I'm wanting to pass yesterdays date. Current Date works fine eg:
but I need something like AddDays([current_Date], -1) - but this doesn't work
Defined value can be Variables or Message headers https://docs.infor.com/inforos/2024.x/en-us/useradminlib_cloud/default.html?helpcontent=iontechconceag_cloud_osm/aya1536051243272.html
The Variables do not support Date Math. Last run may be an option depending on your need.
Otherwise you can map values into some header like Custom_ and use that, or do other XML / JSON mapping from the content.