web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Check if URL exists fr...
Power Apps
Answered

Check if URL exists from sharepoint column

(0) ShareShare
ReportReport
Posted on by 59

Hi,

 

I am creating a PowerApp to automate the creation of SharePoint sites. Currently i have a list that is populated by the PowerApp to contain all the relevant information on the new site. I have a column in this list called "SiteURL", then in the powerapp i have a text input called "URL". My data source is called "Requests", basically i want a way to check the "URL" input against the "SiteURL" column to see if it has already been entered and then display an error message to the user prompting them to enter a different URL.

 

If(IsBlank(LookUp('Workspace Requests Dev', SiteUrl = URL.Text)),"Invalid" )

 

Here is the direction i was going in but unsure if this is even remotely correct. Any help on this issue would be brilliant thank you!

 

 

 

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    If(CountRows(Filter('Workspace Requests Dev', SiteUrl = URL.Text))>0,"Valid","Invalid")
  • Devinm501 Profile Picture
    59 on at

    Thank you for the response, so what i have now is the following: 

     

    If(CountRows(Filter('Workspace Requests Dev', SiteUrl = URL.Text))>0,"Valid","Invalid") ||

     

    Navigate(SummaryPage,ScreenTransition.Fade)

     

    I have entered a URL that is already present in the list however no message is displayed and it continues onto the next screen? am i missing something in between?

     

    Thank you,

    Devin

  • Verified answer
    eka24 Profile Picture
    20,925 on at
    If you want to navigate to the next screen when does not exist then:
    If(CountRows(Filter('Workspace Requests Dev', SiteUrl = URL.Text))>0,Notify("Valid"),Navigate(SummaryPage,ScreenTransition.Fade)

  • Devinm501 Profile Picture
    59 on at

    Works perfectly thank you!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard