-
Notifications
You must be signed in to change notification settings - Fork 228
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] SYNC HELPER - Get Security Role Users - Users with ' in their name break the flow #7884
Labels
Milestone
Comments
robertobudelo-armacell
added
bug
Something isn't working
coe-starter-kit
CoE Starter Kit issues
labels
Mar 19, 2024
Thank you I'll try to get you something to test here in time for the April release. |
Almost. Correct would be:
replace(items('Apply_to_each_still_unknown'), '''', '''''')
(It’s in a Apply to Each).
You’d also need to update the next step where it’s being re-used:
***@***.***
Thanks!
Roberto Budelo
Power Platform Lead
IT/DIGITAL – Software and Application Services
Insultation Spain Holdings S.L.
Armacell Group
M. +34 637 836 998
E. ***@***.******@***.***>
www.armacell.com<http://www.armacell.com/de>
From: Jenefer Monroe ***@***.***>
Sent: Tuesday, March 19, 2024 4:27 PM
To: microsoft/coe-starter-kit ***@***.***>
Cc: Roberto Budelo Garcia ***@***.***>; Author ***@***.***>
Subject: [{EXT}] Re: [microsoft/coe-starter-kit] [CoE Starter Kit - BUG] SYNC HELPER - Get Security Role Users - Users with ' in their name break the flow (Issue #7884)
CAUTION: This email originated from outside Armacell. Do not click links or open attachments unless you recognize the sender and know the content is safe.
I think the fix is to put this: replace(item()?['admin_name'], '''', '''''')
Here
image.png (view on web)<https://github.com/microsoft/coe-starter-kit/assets/89584709/727c9577-5a29-4ba5-8113-d71242417fa3>
Can you please test for me?
—
Reply to this email directly, view it on GitHub<#7884 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZ36WEV26H4TTIXP4A6YRR3YZBKMHAVCNFSM6AAAAABE5MHKWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBXGQ4TAMBZGU>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
I moved the change up to the Select Name outside of the apply to each so that we wouldnt have to do it multiple times. But let me test a little to see if that works ok. |
1 task
1 task
github-project-automation
bot
moved this from Code complete ☑
to Done ✅
in CoE Starter Kit
Apr 5, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this bug already exist in our backlog?
Describe the issue
User having a ' in their display name break Odata syntax:
Expected Behavior
' is being escaped
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.24
What app or flow are you having the issue with?
SYNC HELPER - Get Security Role Users
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
No response
Anything else?
No response
AB#2608
The text was updated successfully, but these errors were encountered: