samjalloul,
I've been trying your method but getting an error when trying to Import the new package: "Something went wrong. Please try again later."
I found the triggers section of the definition.json file:
"triggers": {
"When_an_event_is_added,_updated_or_deleted_(V3)": {
"splitOn": "@triggerOutputs()?['body/value']",
"metadata": {
"operationMetadataId": "1a4fd861-1448-4c7e-863d-48fc1b768d4a"
},
"type": "OpenApiConnectionNotification",
"inputs": {
"host": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
"connectionName": "shared_office365_1",
"operationId": "CalendarGetOnChangedItemsV3"
},
"parameters": {
"table": "AAMkAGY0OGM1NzAxLWM0MDgtNGQyZS1hYjRmLWZkYmNkNTg4NGJkNgBGAAAAAACZgLMZjD2dSLFbjY4M1Po1BwBSd3CgKSmtRpFT5mnca_o-AAAAAAEGAABSd3CgKSmtRpFT5mnca_o-AAIBNOp9AAA=",
"incomingDays": 90,
"pastDays": 3
},
"authentication": "@parameters('$authentication')"
},
"runtimeConfiguration": {
"concurrency": {
"runs": 50
}
}
}
},
and remove these lines:
,
"runtimeConfiguration": {
"concurrency": {
"runs": 50
}
}
Then I Re-Zipped the files, tried to import and got the error. I'm thinking my edit to the json file was incorrect.
Then I tried it by removing the runtimeConfiguration node from the Tree view. Then saving the Json file, reZipping and uploading. Got the error again.
Just to confirm, I tried Uploading the original zip file (without modifying the definition.json file) and it worked. So the only difference is the change to the json file.
What am I doing wrong?
Thanks