Tool to add items to a JSON array at a specified position (first, last, or specific index). Use when you need to append or insert elements into an existing JSON array structure.
dataRequiredstringThe JSON array or object to modify. Provide as a JSON string.
pathstringSelect a specific node within the 'Data' using a JSONPath expression.
itemsRequiredstringThe items to add to the 'Data' provided. Provide as a JSON string.
itemIndexintegerIndex of where to add the items. This is only applicable when the 'Item Position' property is set to 'Specific'.
itemPositionstringSet whether to add items at the first position, last position, or a specific index.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.