THANKS a lot! Using a variable as buffer, to avoid real-time reactions and delays... So simple, yet so elegant!
@AprilDunnam4 жыл бұрын
You're very welcome!
@clicker66610 ай бұрын
I know it's been years since you did this but I appreciate it. I added one small change to the cancel button, Set(searchQuery,"");Reset(txtSearchInput);SetFocus(txtSearchInput) this puts the cursor right back at the beginning of the text box so the user can begin typing again.
@paulburns28143 жыл бұрын
As a complete beginner, I find your videos really helpful April. I’m always amazed by you power apps ‘guru’s’ having the ability to create brilliant business solutions and then to post these on KZbin so we can all learn. So grateful to you all.
@AprilDunnam3 жыл бұрын
Thanks Paul - glad my videos have been helpful! Let me know if you have any suggestions for future videos. Thanks for watching!
@Thor_Underdunk_Caballerial2 жыл бұрын
Thank You April, I'm just a couple minutes in and you've already been a great help. The world's a brighter place with you and Shane Young.
@AprilDunnam2 жыл бұрын
Thank you so much. So glad I can help, and I agree, Shane is amazing😀
@lagenteestaloca58752 жыл бұрын
+1, 100%
@ferresferres2 жыл бұрын
The best and the most detail tutorial about power app search box . Thanks
@AprilDunnam2 жыл бұрын
Thank you, glad it was helpful!
@lagenteestaloca58752 жыл бұрын
A little addition. If one navigates away from the page without clearing the search box, the search string characters remain in the search field. To get around this one can put in Reset(name of search field); before Navigate(destination) command...
@zylka1723 жыл бұрын
This is a great tutorial, I had to stop and scroll back many times to catch the actual function that you entered. It would be awesome if you'd show that two seconds longer before jumping to the next screen.
@AprilDunnam3 жыл бұрын
This is really great feedback. Unfortunately I can't change the videos that are already uploaded but I will make a conscious effort to slow down and keep the screen up for awhile when showing formulas :)
@carlrose4877 Жыл бұрын
Excellent. Clear, concise and uses a real world scenario. I particularly liked the method for avoiding delegation by using "StartsWith". Thank you! One issue though is the gallery doesn't show any items unless I press the magnifying glass. There must be something Ive missed. How do I default the gallery to show all records on page load?
@avinashpawar49713 жыл бұрын
April - this video is just an amazing practical example. You just made my PowerApp solution even more user acceptable. Keep up the good work.
@AprilDunnam3 жыл бұрын
So happy to hear - glad it was helpful!
@lagenteestaloca58752 жыл бұрын
nice and elegant tidbits, April to add a touch of difference, thanks! have watched it a few times over time...😊👏
@AprilDunnam2 жыл бұрын
Glad you enjoyed it! Thanks for watching :)
@mouctechy Жыл бұрын
Thank you April! You're really April because you bring light :)
@AprilDunnam Жыл бұрын
Thanks so much!
@harishpranavjagannath95992 жыл бұрын
fantastic! I just started using PowerApps but found my search box was not behaving the way I wanted it to...your video addressed my issue! thanks for your wonderful instruction. I just followed some other video tutorial that instructed me to create a Power App directly from a SharePoint list....how do I create a home page like the way you have?
@theshanalife3 жыл бұрын
Amazing. This video was so detailed and now my search function works the way I want.
@AprilDunnam3 жыл бұрын
Perfect!
@CuratedHistories2 жыл бұрын
Thank you April this is a great video very easy to follow. I have a question I am very new to Power apps as in I am creating my first app. Is there a way to have one text search and then have a 2nd text search that searches on the results of the first search? Do you have a video on this? Thank you.
@Test273444 жыл бұрын
Great video and very helpful! Can you give an example of how to replace the StartsWith function with the in function?
@AprilDunnam4 жыл бұрын
Thanks! You can do something like this: Filter(MyDataSource, ColumnName in "Text to Search"). Hope that helps! Be mindful of delegation though because the In operator isn't delegable in most cases
@whdea34262 жыл бұрын
Hey , thanks for this video. I have a quick Q , Can I have a browse button in app , so that users can select their excel from lets say one drive or dataverse . And the template functioning of app can be intact with different excel but with same structure and metadata
@AllAboutAUS3 жыл бұрын
Hi April, another amazing video! Succinct and easy to follow. Further reading your comment: Filter(YourList, StartsWith(Title, tbInput.Text) || StartsWith(Speaker, tbInput.Text) ) for searching speakers, how do I tweak this line so it also can search by the speaker's last name? Thanks in advance. :D
@golfnutt8 Жыл бұрын
Thank you April for another fine video. Im building a canvas app that is pulling in data from multiple data sources. The key field is AppID and is common across the data sources. Can I seach across multiple data sources using what you are illustrating?
@silverwhite114 жыл бұрын
April how can I add more than one search field for powerapps with sharepoint?. Thank you for this great video. For your case searching using title,speaker etc.
@AprilDunnam4 жыл бұрын
You can search by multiple fields with the Or operator. So using the example I show in the video the Filter formula would look like this: Filter(Training, StartsWith(Title,tbSearchInput.Text) || StartsWith(Category, tbSearchInput.Text) || StartsWith(Status, tbSearchInput.Text)) Hope that helps
@silverwhite114 жыл бұрын
@@AprilDunnam , Thank you very much it works.
@lakshmisahaja92234 жыл бұрын
@@AprilDunnam for date column?
@designmycity4 жыл бұрын
You did an amazing job with this video. Thank you.
@AprilDunnam4 жыл бұрын
Thank you!
@SharaqpurDotCom4 ай бұрын
How to change the behavior of Built-in Search TexBox, for example in my Opportunities View there is Default Search TextBox and it search records with [Starts With] Keyword and I want to change that to [Contains] Keyword. But I am unable to find that built-in Search Box on View...where to find and edit that SearchBox default behavior.
@philcoombe7671 Жыл бұрын
Superb tutorial. Works like a charm. Thankyou
@AprilDunnam Жыл бұрын
I'm glad it worked out!
@QuyenNguyen-xs7oc3 жыл бұрын
Great video! Thank you for posting! Could you show how to launch the search result(s)? I mean when we click on the search result item, it will launch a URL linked to that item.
@TheLiquidMix Жыл бұрын
Good videos, although when you finalize the line of logic in your function bar you quickly change to another screen lol, pause for a moment so we can seeeeee. Thanks.
@stevealicea2053 жыл бұрын
LOVE the intro! And the content too obviously... nice start to a morning at 4:am!!
@AprilDunnam3 жыл бұрын
Thanks Steve! I really like that music too. Unfortunately I had several copy cats so I switched it up in my most recent videos so I could stay unique. I'm thinking I need to write my own intro music :)
@stevealicea2053 жыл бұрын
@@AprilDunnam Well keep doing what you are doing and thank you for the response. I did however have a question, but not sure you can answer it. I did a search box after following your direction on selecting the gallery, then pointing the search box to that... Can't remember the specific error, but I was trying to search on a column that had solely numeric values and I THINK the ".Text" was not allowing it. I THINK because the values were numeric. Any comment/thoughts on that? Thanks in advance! Steve in Colorado...
@jimpiazza66313 жыл бұрын
GREAT video - thank you. I have used your search function in an app I made. I have 2 search boxes that search for 2 different fields. However the gallery list it searches is blank unless I put in a "space" (space bar), and then backspace in the text box. When I type in a word, it functions the way it should. I have text in the "Placeholder". The DATA value is "" In the "OnChange" I have Set(SearchDesc,tbsearchDescInput.Value). What can I do to have the list display without having to put in a space and backspace it out? Thanks in advance!
@daphneryan10902 жыл бұрын
Is there a way to use the search box to search multiple fields? For instance the name of the class and the description
@klgraf4 жыл бұрын
Very clear and helpful video
@AprilDunnam4 жыл бұрын
Thank you Kim !
@radiantinternational94362 жыл бұрын
Thank you, April. Your presentations are very wonderful .Question: Wanting to set up the search functionality, when I added a Text label to do the exercise of adding search, the label is unmovable. That means, It can't be dragged to a place where I wanted to place. Because of that, I am unable to proceed. Can you suggest?
@toponightfire4 жыл бұрын
Adding the clear icon, the magnifying glass cant be used to update the variable you have to use enter, but very informative video, ty
@AprilDunnam4 жыл бұрын
Thanks Nigel
@abbyv34243 жыл бұрын
Hey April, thank you for this your videos are very helpful! I have created a power app with this search function and filtering capability however I also want to filter the gallery list by only the current user so they are unable to see other peoples input. I have tried all the formulas I know but it shows an error. This is the formula I have but I need to filter the files (in a sharepoint list) so that the current user can only see items where they are the 'requestor' field. If( FilterGallery.Selected.Value = "All", Filter( TravelRequests, StartsWith( Title, SearchInput.Text ) ), Filter( TravelRequests, StartsWith( Title, SearchInput.Text ) && Status.Value = FilterGallery.Selected.Value ) ) I am stuck, can you please help? thanks!
@CarFinanceSimplified2 жыл бұрын
Can you do this with a person column? I am really struggling to use a combobox with an editable grid as there appears to be a glitch where duplicate rows get added. It works with a dropdown box but I need to be able to search for people’s names. Many thanks!
@vinchodel4 жыл бұрын
Hi April, awesome tutorial thanks ! One question (might sound stupid but i just started with PA). How not to loose the visible properties of the magnifying glass / cross icon (from the search bar) when they belong to a group that has a different visible property? Basically if i put the search bar within a pop up, it seems that the visible property of the pop up overwrites the ones of the glass / cross and i am loosing the fact that they either appear or disappear when using the search bar. Hope this makes sense and that you see what i mean. So i guess my second question is how to apply multiple visible properties to an element. Thanks for your reply
@AprilDunnam4 жыл бұрын
Hi Vincent - Your question makes sense - visibility properties get tricky when you are doing that within groups. You will have to go into your search icon and modify it's Visible property to incorporate both the visible logic for your dialog and the visible logic for the search icon. So for example, if your dialog box visible property is set to: If(showDialog = true, true, false) and your search icon visibility is: If(showSearch = true, true, false) then you'll need to mash them together like so in the Search Icons visible property: If(showDialog = true && showSearch = true, true, false)
@vinchodel4 жыл бұрын
Thank you @@AprilDunnam , this is exactly what i needed !
@habemusmusica4 жыл бұрын
Hello, Can I have two search fields for the same gallery? Thanks and good work
@AprilDunnam4 жыл бұрын
Hi Robinson - Absolutely, you can string together multiple search box queries like so: Filter(MYDataSource, StartsWith(ThisField, SearchBox1.Text) && StartsWith(OtherField, SearchBox2.Text))
@bhanusv42564 жыл бұрын
This Video was very useful, Thank you for your efforts.
@AprilDunnam4 жыл бұрын
Glad it was helpful!
@teresaagustin51914 жыл бұрын
Thank you for another very helpful video April!
@AprilDunnam4 жыл бұрын
You’re very welcome Teresa!
@emanuelarcas12 жыл бұрын
Hi April, found this very useful. Could you tell what to use instead of startswith function to return not only the items that start with the word input? Thanks
@inespais133 ай бұрын
Hello Emanuel. Have you found a way? I am looking for the same solution but so far no success. Thank you
@zairilzainal4 жыл бұрын
Hey April. Thanks for producing amazing videos. I do have a question on this. Would it be possible to search from multiple columns with just one search box. In your video, you showed searching for training name. How would you tweak the search box to also be able to search for the speaker and maybe some more other columns you might have? Thanks
@AprilDunnam4 жыл бұрын
Hey Zairil - Absolutely you can chain together multiple search queries with the Or function. So for example: Filter(YourList, StartsWith(Title, tbInput.Text) || StartsWith(Speaker, tbInput.Text) )
@zairilzainal4 жыл бұрын
Hey @@AprilDunnam Thanks very much for the response. Most helpful.
@gopikesana79734 жыл бұрын
Thanks a lot and Nice explanation.Please give me more videos on power apps.
@AprilDunnam4 жыл бұрын
Thank you! I will definitely keep putting out more Power Apps videos
@jaminscoot713 жыл бұрын
This video was awesome! How about doing a search box that will search on all fields in the gallery, that would be amazing.
@AprilDunnam3 жыл бұрын
Glad it was helpful - thanks for watching! I'll see if I can fit this in to one of my future videos :)
@josejimenez-jz1ut Жыл бұрын
Thank you so much! I learned a lot from watching your videos.
@AprilDunnam Жыл бұрын
I'm so glad!
@OrthogКүн бұрын
Excellent! Thank you!!!
@sininv13 жыл бұрын
Thank you. This is really helpful. 🥰 looking forward to more of yr tutorial.
@AprilDunnam3 жыл бұрын
Glad it was helpful - thanks for watching!
@Fernando_Calero3 жыл бұрын
Hi April, thanks so much for the video. How would you handle if the text entered does not exist in the data source?
@AprilDunnam3 жыл бұрын
Hey Fernando - So the search will automatically handle it and not return results. I often take it a step farther though and what I'll do is add a label that is overlayed on top of the gallery which has the text "No items matching your search". Then I set the Visible Property of that label to something like this: If(CountRows(GalleryName.AllItems) > 0 , true, false) Hope that helps!
@Fernando_Calero3 жыл бұрын
@@AprilDunnam Thank you April, great advice!
@syedabidaliabdi12733 жыл бұрын
H Aprili, good day, need help to upload gallery data along with pictures into email body as tabular format. Also how to prevent picture upload control to upload heavy image in term of pixel or mb
@therac23 Жыл бұрын
Is there a way to get the search box automatically selected when the app is active? I have made a search box app that I have embedded in a Sharepoint page as an app. Is there a way to have that automatically selected, so a user doesn't have to select the text box to start?
@sanjeevkumar94263 жыл бұрын
Can we add the search bix in a data card with number of different buttons?? .. pls help
@dandrem.40742 жыл бұрын
Question? Is it possible to do that but with data populated from a dropdown source?
@emmanuelmaceda24754 жыл бұрын
Great video as usual April! Question: when filtering a gallery via a search use case, above is it more "efficient" to filter for a number type of column data in SharePoint? I was thinking if it makes it more efficient to filter a number datatype column (specially for very large datasets) and then just make a validation in the search input for users to enter just numbers (my use case needs to search for numbers but I can also save it as text).
@AprilDunnam4 жыл бұрын
Hi Emmanuel - I haven't observed any efficiency increase from using say a number column versus a single line of text. As long as the filter you are doing is delegable then the I don't think there's a huge boost between the two
@AhmedBalfaqih4 жыл бұрын
Thank you. Great Tutorial
@AprilDunnam4 жыл бұрын
Glad it was helpful!
@ResponsibleXI4 жыл бұрын
Great tips April. Thank you. If I dont go with StartsWith and use in operator, there is delegation issue. I would like to search any text not just that StartsWith. How do I handle it without any delegation warning and even without in operator. Is there a way?
@AprilDunnam4 жыл бұрын
Hi Ramesh - I think it would be best to use the Search() function in this case. You can pass in a value and it will search for any text that matches in that string. More details can be found here: docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-filter-lookup
@AprilDunnam3 жыл бұрын
@Heather Michelle You're very welcome!
@oscarcampos2086Ай бұрын
I don’t have the delay output setting or searchQuery in my property options. Can you help?
@qqqqhuz3 жыл бұрын
Very well explained, thank you.
@AprilDunnam3 жыл бұрын
Glad it was helpful!
@gonzo2023 жыл бұрын
Hello! Thanks for this video which has come in super useful given the clear instruction. But at the 4:40 mark where you use tbSearchInput.Text in the formula bar, I get the error "PowerApps encountered an internal error trying to evaluate this expression." I've followed everything as closely as possible to make my App apples to apples with April's. Does anyone have any suggestions? Thank you!
@gonzo2023 жыл бұрын
Oddly enough, I got my formula working event though the error message still appears. I'd still greatly appreciate any advice on how to get rid of it.
@smbasha2 жыл бұрын
In Outlook we searching the person name once we select the mail those person name will render in search field is that possible in powerapps
@imran002ali8 ай бұрын
Hi April, great video! Thank you 👍
@AprilDunnam8 ай бұрын
Thanks for watching!
@imran002ali8 ай бұрын
@@AprilDunnam, you are welcome and looking forward to more great videos!
@franciscorodriguezmorales2133 Жыл бұрын
How can search a number (int) in TextInput (Format is Number) witch the search function??
@mustafahussainmohsin3203 жыл бұрын
Hi April, Very nice video about search. But I want to search the gallery with a choice field and also with a Text column. I am getting error for the choice column any help?
@AprilDunnam3 жыл бұрын
For choice fields you have to make sure you get the choice fields value in the comparison. So for example, if I want to filter a list called Timesheets that has a choice column called Status to get items where Status equals Approved then you would do that as so: Filter(Timesheets, Status.Value = "Approved")
@BAD-Canon3 жыл бұрын
Hi There, Thank you for this video it works great however I am having a small issue. My app now starts with the gallery blank and nothing will appear in it until I press the "Clear Search" button I'm using like the X in your video. Do you know a way to get this gallery to just start working?
@Rickko913 жыл бұрын
Probably the same reason as @Francine Lorriman.
@bryanstark3243 жыл бұрын
That was great! Do you have a full course?
@AprilDunnam3 жыл бұрын
Thanks for watching Bryan! I don't have a full course - just my KZbin videos. But if you have any suggestions for topics you'd like to see covered let me know!
@emre27emre3 жыл бұрын
Hi, is there a video on how you created your home screen?
@AprilDunnam3 жыл бұрын
Hi - I actually took that home screen from the Crisis Communication Template. It's a component in that template. You can download it here: docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sample-crisis-communication-app
@chatreea12 жыл бұрын
Thanks a lot for your lesson
@AprilDunnam2 жыл бұрын
You are welcome!
@freddyvargas19384 жыл бұрын
Hi April, build out a gallery that has 3 columns (name, title, department) that can store multiple user pick from office365 users search. How can I get that done?
@MrTonyradford2 жыл бұрын
Really useful, thanks!
@AprilDunnam2 жыл бұрын
Glad to hear that!
@jefffischer77343 жыл бұрын
Is it possible to count the number of times in a column text appears and matches string? And to sort descending? Ie/ example - Collection has two entries Canada and cango. If I put a text entry of "a" in my search window how can I make Canada (A appears 3 times) as my first record before Cango (A appears 1 time)?
@AprilDunnam3 жыл бұрын
Hi Jeff - you can use the CountRows() function for that. So for examples, CountRows(Filter(mydatasource, title = "canada")).AllItems
@cathydunwood16402 жыл бұрын
Hi April, I have a search box, my data is connected to a Sharepoint list. I wanr my users to only be able to enter their name, the record appears and they edit the data if needed. I don't know what i am doing wrong.
@rembautimes8808 Жыл бұрын
Wonderful content - thanks
@AprilDunnam Жыл бұрын
Thank you, glad I could help!
@gopikesana79734 жыл бұрын
April, i am from India i want to learn Power apps completely which one is the best institute for online classes. please help me.
@AprilDunnam4 жыл бұрын
Power Apps 911 has some really great online training. They have everything from beginner to advanced: training.powerapps911.com/?ref=cebc83
@0202hcauq3 жыл бұрын
Hi April! How to populate Requestor information and search from AD? Thanks
@AprilDunnam3 жыл бұрын
Hey there - you can do that with the Office365Users Connector for that. there is a SearchUsers function in that connector that you can use. Hope that helps!
@0202hcauq3 жыл бұрын
@@AprilDunnam Yes, that helps. Thanks
@libbyschneider4813 жыл бұрын
Is there a way to search without having the gallery displayed and then if there is a match, it will pop up with that match?
@AprilDunnam3 жыл бұрын
You can set the visibility of the gallery based on if there is something typed in the search. So something like If(IsBlank(searchbox.text), false, true). Also, the "StartsWith()" function acts as an instant filter so if you want to wait for an exact match you can use Search() instead
@stlaurent26 Жыл бұрын
Thank you , wonderful content
@AprilDunnam Жыл бұрын
You are very welcome!
@sadiknasufi99924 жыл бұрын
this is very helpful
@AprilDunnam4 жыл бұрын
Glad it was helpful Sadik!
@aleksvpYT2 жыл бұрын
Excelent! Tks!
@AprilDunnam2 жыл бұрын
You're welcome, thanks for watching!
@powerapps-guide3 жыл бұрын
is it possible to search sharepoint library file content? I'm new to powerapps. so far i can search on metadata columns only
@AprilDunnam3 жыл бұрын
You can't search the content within a document in Power Apps, just it's metadata.
@raphaelchalub4 жыл бұрын
PERFECT! Thank you very much!
@AprilDunnam4 жыл бұрын
You're welcome, thanks for watching!
@zerokhan85824 күн бұрын
excellent
@AprilDunnam22 күн бұрын
Thanks!
@newabyuser4 жыл бұрын
This is awesome
@AprilDunnam4 жыл бұрын
Thanks Abenet!
@jaminscoot713 жыл бұрын
Does this work for a sharepoint calculated field or choice field? I get a delegation error.
@AprilDunnam3 жыл бұрын
Calculated fields aren't delegable but it should work for choice fields
@Gorganahfikark Жыл бұрын
Thanks!
@AprilDunnam Жыл бұрын
Thank you so much!!
@hiteshgautam74064 жыл бұрын
what iff i want to search using a number and a text with the same search box is that possible Filter('[dbo].[demo]',StartsWith(Text(reportdate),TextSearchBox1.Text)); Search('[dbo].[demo]',TextSearchBox1.Text,"client") this is what i have written but gives error
@AprilDunnam4 жыл бұрын
You can do it like this: Filter('[dbo].[demo]',StartsWith(Text(reportdate),TextSearchBox1.Text) Or StartsWith('[dbo].[demo]',TextSearchBox1.Text,"client"))
@csponge12 жыл бұрын
What would you do if you wanted multiple search text boxes? Type first search...then second search box becomes visible and you type within it to search from the results showing from the last search text box.
@AprilDunnam2 жыл бұрын
You could just add another filter condition to the gallery that points to the second search box
@csponge12 жыл бұрын
@@AprilDunnam Yeah... just trying to figure out where to include the search portion in combination of the massive nested Ifs for 5x dropdowns already filtering. To include blanks as well.
@sabrinakraus-zy1dr Жыл бұрын
@@AprilDunnam Hey, if I combine multiple searchboxes, the functions don't work properly anymore. I tried || and &&, but it fails everytime. What could i do? :)
@shradhakadam26232 жыл бұрын
How to search a number in that text box
@AprilDunnam2 жыл бұрын
The process would be the same for searching a number. If you want to search for an exact number and not a number that starts with those numbers then you would change it to equals in your formula.
@austinblack6601 Жыл бұрын
What if I want to search the entire contents of the title and not just what it starts with?
@aayush85252 жыл бұрын
it becomes white. its showing an error tho i copied everything u said
@flightmode76553 жыл бұрын
That 2000 Limit is a real pain in the ***
@AprilDunnam3 жыл бұрын
^^ agreed
@doointhedoo Жыл бұрын
Update fyi MS decided get rid of the border color property on the text input control. which is very very stupid. who on earth makes these decisions?