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

[CoE Starter Kit - BUG] Blogs in CoE Admin Command App #8573

Closed
1 task done
Titoleto opened this issue Jul 2, 2024 · 9 comments
Closed
1 task done

[CoE Starter Kit - BUG] Blogs in CoE Admin Command App #8573

Titoleto opened this issue Jul 2, 2024 · 9 comments
Assignees
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues

Comments

@Titoleto
Copy link

Titoleto commented Jul 2, 2024

Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

The Power Apps, Power Automate and Power Virtual Agents ((this name should be changed) blogs are not being filtered correctly.
In the Items of the element pivotNav:

  • for Power Apps the ItemKey property should be power-apps instead of powerapps.
  • for Power Automate the ItemKey property should be power-automate instead of power-automate
  • for Power Virtual Agents the ItemKey property should be microsoft-copilot instead of power-virtualagents

It doesn't show icons either, probably because the OnStart when creating the colRSSNew collection is not doing it right in the If condition filtering by the primaryLink. For example, it is searching for powervirtualagents.microsoft.com when it should be searching for microsoft-copilot.

image

image

Expected Behavior

No response

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.32.2

What app or flow are you having the issue with?

CoE Admin Command Center

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

No response

Anything else?

No response

AB#3796

@Titoleto Titoleto added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Jul 2, 2024
@Jenefer-Monroe
Copy link
Collaborator

Looks like some things shifted since we shipped this. Easy fix. Done for August. Thanks for posting

@Jenefer-Monroe Jenefer-Monroe self-assigned this Jul 2, 2024
@Jenefer-Monroe Jenefer-Monroe moved this to Code complete ☑ in CoE Starter Kit Jul 2, 2024
@Titoleto
Copy link
Author

Titoleto commented Jul 3, 2024

Looks like some things shifted since we shipped this. Easy fix. Done for August. Thanks for posting
In addition to what I said yesterday, no blog is listed today.
image
I've made a small canvas application in which I've only put the collection
ClearCollect(
tempCollection,
RSS.ListFeedItems("https://powerapps.microsoft.com/en-us/blog/feed/"),
RSS.ListFeedItems("https://powerautomate.microsoft.com/en-us/blog/feed/"),
RSS.ListFeedItems("https://microsoftcopilotstudio.microsoft.com/en-us/blog/feed/"),
RSS.ListFeedItems("https://powerbi.microsoft.com/en-us/blog/feed/")
)

and I'm getting the following error
image

From what I've seen, the error occurs in exactly this RSS Feed
RSS.ListFeedItems("https://powerautomate.microsoft.com/en-us/blog/feed/")
If I remove it from the collection, the rest of the RSS Feed are fetched correctly.
I believe the correct URL is this one:
https://www.microsoft.com/en-us/power-platform/blog/power-automate/feed/

@Jenefer-Monroe
Copy link
Collaborator

Looks like the product is continuing to iterate here as this behavior has changed from yesterday for me.
Let's let it sit for a bit and see what flushes out in the end.

@Jenefer-Monroe Jenefer-Monroe moved this from Code complete ☑ to In Progress 🚧 in CoE Starter Kit Jul 3, 2024
@Jenefer-Monroe
Copy link
Collaborator

it looks like that power automate redirect is working again

@Titoleto
Copy link
Author

it looks like that power automate redirect is working again

They must be doing something since it failed again today.

@Jenefer-Monroe
Copy link
Collaborator

Thats annoying! Thanks for letting me know. I'll see what I can do for August.

@Jenefer-Monroe
Copy link
Collaborator

I just gave up on redirects:

ClearCollect(
        colRSS,
        RSS.ListFeedItems("https://www.microsoft.com/en-us/power-platform/blog/power-apps/feed/"),
        RSS.ListFeedItems("https://www.microsoft.com/en-us/power-platform/blog/power-automate/feed/"),
        RSS.ListFeedItems("https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/feed/"),
        RSS.ListFeedItems("https://powerbi.microsoft.com/en-us/blog/feed/")
    )

Image

@Jenefer-Monroe Jenefer-Monroe moved this from In Progress 🚧 to Code complete ☑ in CoE Starter Kit Jul 16, 2024
@Jenefer-Monroe
Copy link
Collaborator

An early release of the August bits are available for testing.
Please see our Preview Builds

Please test for us! But do not install these in your production environment but rather in a test envt to get us feedback.

Here are the August release candidate solutions.
Core 4.33.14
Gov 3.24.1
Nurture 3.18.1

And the PBIT files
Production CoE Dashboard August 2024
Governance Dashboard August 2024

It contains all the changes targeting August: https://github.com/orgs/microsoft/projects/195/views/59

Including these two very impactful changes:
#8016 - Update Kit to respond to new Power Platform Admin Role PIM feature
#8482 - Integrate new audit log methodology into the kit for API reduction. Please see issue for setup instructions.

@Jenefer-Monroe Jenefer-Monroe moved this from Code complete ☑ to Done ✅ in CoE Starter Kit Aug 16, 2024
@Jenefer-Monroe
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues
Projects
Status: Done
Development

No branches or pull requests

2 participants