You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @OWerker, it seems like this is another case of the Swagger using double encoding, we'll need to reach out to the connector team to update their swagger
Describe the Bug with repro steps
This generates the following code:
Note the feedUrl code.
To fix you must go into code view and edit feedUrl to be:
"feedUrl": "https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=microsoftintuneblog"
or
"feedUrl": "@{decodeURIComponent('https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=microsoftintuneblog')}",
And it works
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Edge
Additional context
Credit to:
https://blog.builtwithcaffeine.cloud/posts/azure-logicapp-rss-patch/ who figured it out
The text was updated successfully, but these errors were encountered: