Hi All,
Bit of a bespoke question, within the power automate fixed templates, there is a flow for Insightly to get tasks and send to 'To-Do'. The flow doesn't pick up the trigger in Insightly even though the API connection is active and works with other Insightly flows, just not tasks related. Insightly have said nothing to do with them and would need to take it up with Microsoft as they wrote the code.
{
"inputs": {
"host": {
"connection": {
"name": "@parameters('$connections')['shared_insightly_1']['connectionId']"
}
},
"method": "get",
"path": "/trigger1/Tasks",
"authentication": "@parameters('$authentication')"
},
"recurrence": {
"interval": 5,
"frequency": "Minute"
},
"metadata": {
"flowSystemMetadata": {
"swaggerOperationId": "OnTaskAssignedToMe"
},
"operationMetadataId": "7ad65d90-9dfb-4dab-9ab7-3270dd33a060"
},
"splitOn": "@triggerBody()?['tasks']"
}
Any Ideas on the issue as it just times out?? Would the HTTP premium be needed in this case?
Many thanks in advance