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

Ampersand in site title causes Flow failure #62

Open
rjhowes73 opened this issue Jan 16, 2024 · 0 comments
Open

Ampersand in site title causes Flow failure #62

rjhowes73 opened this issue Jan 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rjhowes73
Copy link

Description

When entering an ampersand (&) in the Collaboration Space Information Title and clicking Verify it fails with the attached error. Looking at the Check Space Availability Flow, the step Check Area Type the Get Group Graph API call is failing with error code "Bad Request" and error message ""Invalid filter clause: There is an unterminated string literal at position 65 in 'mailNickname eq 'OGRP-IncidentsData' or displayName eq 'Incidents'."

The URI the Graph API call calls is https://graph.microsoft.com/v1.0/groups?$filter=mailNickname eq 'OGRP-IncidentsData' or displayName eq 'Incidents & Data', but looking at the error it is chopping the request at the ampersand.

ampersand error

Steps to reproduce

  1. Create a new request and enter and ampersand in the Title
  2. Click Verify
  3. Check failure in Check Space Availability Flow

Expected results

Check Space Availability Flow runs successfully

Actual Results

Check Space Availability Flow fails and error displayed in app.

Solution component

Power Automate Flows

Operating system (environment)

Windows

Additional Info

No response

@rjhowes73 rjhowes73 added the bug Something isn't working label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant