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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
11 | |
10 | |
6 | |
6 | |
5 |