Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing sample.json #105

Merged
merged 3 commits into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions samples/power-platform-blog-updates/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source": "pnp",
"title": "Power-Platform-Blog-Updates",
"shortDescription": "A Power Platform solution that will consolidate all Power Platform blogs weekly and send you a summarized email every Monday",
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/Power-Platform-Blog-Updates",
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/power-platform-blog-updates",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/powerplatform-samples/tree/main/samples/Power-Platform-Blog-Updates",
"longDescription": [
"Having multiple RSS flows per Power Platform product can get messy. More over, it's not always user friendly accessing these updates through the Power Automate notifications. This solution will retrieve all Power Platform product blog updates and summarize them into product categories through a neat HTML template. Then once a week, users can receive a summary of all blog updates via email with links to each individual blog post."
Expand Down Expand Up @@ -46,7 +46,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-samples/raw/main/samples/Power-Platform-Blog-Updates/assets/Flow.png",
"url": "https://github.com/pnp/powerplatform-samples/raw/main/samples/power-platform-blog-updates/assets/images/Flow.png",
"alt": "Solution preview"
}
],
Expand All @@ -65,4 +65,4 @@
}
]
}
]
]
Loading