Hi,
We are trying to use APS201_UpdInvDetails where we need to pass current date as stop date. We got current date using TODAY(), but its returning date in DATE type (MM/DD/YYYY) which is not accepted by API. I need to convert this date to YYYYMMDD (String) format. We are looking for a way convert data type date to string. Is there any way to do this in Set Parameter (We know that we can do this using script)?
Thanks