Hi Mark, Your assumption about how recipes & trigger work in the Workato platform is absolutely correct. Each recipe, that has an App-Trigger, maintains a curser about the current position in the connected application. I'm aware of two ways to reset ...
Hi @wilbert, Please check your input for the groups field. I have an example also using multiselect and the selected fields are given as an input with a space separator: For this, you should add the property: delimiter: " " to your groups input field...
You should also see the payload for PUT requests in the same way as for POST. Looks like you tested from within a recipe/job. Perhaps better to test within the SDK-Console.Can you share the code you use to send the request? Here is my example, includ...
Hi @wilbert, once you test your action in the SDK, you should already see the HTTP-Request details including the playload sent to your API-Endpoint. Can you confirm it is not shown?