Firstly, please let me know if this is not the right place to ask this question.
I've built a flow to automatically close specific tasks in our CRM system (Easy Redmine).
At the end of the flow it uses the 'Update a task' action of the ERM connect to change the task status. When I test the flow it says the action was performed successfully, but when I check the task in our CRM the status has not changed.
Both creating and retrieving tasks via the connector work perfectly fine, so I'm assuming that the connector is set up properly.
Is anyone familiar with this connector and do they have any idea with the update task action specifically doesn't seem to work?
The update task action completes with the following output:
{
"statusCode": 204,
"headers": {
"Cache-Control": "no-cache",
"X-Frame-Options": "SAMEORIGIN,SAMEORIGIN",
"X-XSS-Protection": "1; mode=block,1; mode=block",
"X-Content-Type-Options": "nosniff,nosniff",
"X-Download-Options": "noopen",
"X-Permitted-Cross-Domain-Policies": "none",
"Referrer-Policy": "strict-origin-when-cross-origin",
"X-Easy-Lock-Version": "8",
"X-Easy-Last-Journal-Id": "181070",
"Server-Timing": "cache_read.active_support;dur=1.899513,cache_write.active_support;dur=0.166715,sql.active_record;dur=12.176492,instantiation.active_record;dur=1.409363,start_processing.action_controller;dur=0.154893,cache_fetch_hit.active_support;dur=0.199748,enqueue.active_job;dur=3.517194,process_action.action_controller;dur=48.93535",
"X-Request-ID": "96840123-11f0-48ab-9494-a97f88009c73",
"X-Runtime": "0.054664",
"Strict-Transport-Security": "max-age=31536000; includeSubdomains;",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Tue, 23 Apr 2024 09:27:54 GMT",
"Content-Length": "0"
}
}