AI Agent Studio 26A – Dynamic Effective-Of Header Parameters Not Resolved in Business Object
Summary:
In AI Agent Studio (26A), dynamic parameters passed in the Business Object headers are not getting resolved, causing an Invalid Effective-Of header error.
Content (please ensure you mask any confidential information):
I’m invoking the HCM REST API to create Element Entries:
POST /hcmRestApi/resources/11.13.18.05/elementEntries
Header used:
Effective-Of: RangeMode=SET_EFFECTIVE_START;RangeStartDate={p_start_date};RangeEndDate={p_end_date}
p_start_date and p_end_date are provided dynamically by the end user via the agent flow and mapped to BO input parameters.
However, at runtime the values are not substituted, and the API receives the header literally as:
Tagged:
0