New Power Automate URL format and version 1.9.4, Getting errors #1420
-
|
Trying to get the Power automate notifications working with the latest MS format. URL from PA: Converted to 'workflow' url:
Ran apprise from command line: Error: It 'feels' like when apprise is reconstructing the url, it's doing it with the legacy url format? (Didn't dig into the source enough to confirm) If I just use the URL as-is. I get: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Version 1.9.4 was released on the 2nd of August. But the fix came later. |
Beta Was this translation helpful? Give feedback.
-
|
@nezBRunning with the release of v1.9.5 you should now have access to the fix #1407, but your instinct was right. The legacy URL pattern is default behavior, so the URL was getting reconstructed with the legacy pattern. From v1.9.5 you should be able to use the raw power automate URL as-is. If you want to use the shorthand "workflows" URL be sure to add the "pa" query param:
Without either the full-length URL, or the query param, the Workflows module won't know to use the new Power Automate URL. |
Beta Was this translation helpful? Give feedback.
@nezBRunning with the release of v1.9.5 you should now have access to the fix #1407, but your instinct was right. The legacy URL pattern is default behavior, so the URL was getting reconstructed with the legacy pattern.
From v1.9.5 you should be able to use the raw power automate URL as-is. If you want to use the shorthand "workflows" URL be sure to add the "pa" query param:
workflows://default34343434.34.environment.api.powerplatform.com:443/{WFID}/{signature}/?pa=yesWithout either the full-length URL, or the query param, the Workflows module won't know to use the new Power Automate URL.