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] identifying pending suspension flows as having their metadata changed when they havent really due to date difference between dataverse connector and flow connector #6954

Closed
1 task done
Jenefer-Monroe opened this issue Oct 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues

Comments

@Jenefer-Monroe
Copy link
Collaborator

Jenefer-Monroe commented Oct 27, 2023

Does this bug already exist in our backlog?

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

Describe the issue

Admin | Sync Template v4 (Flows) flow is identifying pending suspension flows as having their metadata changed when they havent really due to date difference between dataverse connector and flow connector

[
{
"FlowID": "1a1aaa11-1a1a-1111-aaaa-ab21ab121aaa",
"FPS_On": "2023-10-31T10:17:07.996529Z",
"FPS_PAExcluded": null,
"FPS_Reason": "NonCompliantServicePrincipalFlow"
}
]

[
{
"FlowID": "1a1aaa11-1a1a-1111-aaaa-ab21ab121aaa",
"FPS_On": "2023-10-31T10:17:07Z",
"FPS_PAExcluded": null,
"FPS_Reason": "NonCompliantServicePrincipalFlow"
}
]

Expected Behavior

coalesce(split(item()?['properties/estimatedSuspensionData/time'], 'T')[0], null)

coalesce(split(item()?['admin_flowpendingsuspensionon'], 'T')[0], null)

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.16

What app or flow are you having the issue with?

Admin | Sync Template v4 (Flows)

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

No response

Anything else?

No response

AB#796

@Jenefer-Monroe Jenefer-Monroe added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Oct 27, 2023
@Jenefer-Monroe Jenefer-Monroe self-assigned this Oct 27, 2023
@CoEStarterKitBot
Copy link
Collaborator

@Jenefer-Monroe This has been fixed in the latest release. Please install the latest version of the toolkit following the instructions for installing updates. Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.

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

3 participants