Hi
I'm using sharepoint with SiteInspector.
I'm having trouble when I put a textbox to find records.
Solved! Go to Solution.
Hi @alessandramaced :
Could you tell me what Nome_UA's data type is?
I assume Nome_UA is a text field.
Please try this code:
Search(
Filter(SiteInspectorUn; atividade = Gallery1.Selected.Result);
TextSearchBox1_2.Text;
"Nome_UA"
)
Best Regards,
Bof
Can you explain further what you want to achieve.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
I'm trying to filter sharepoint list with textbox text
Try
Filter(SiteInspectorUn; atividade =TextSearchBox1_2.Text )
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
It's not the case.
atividade is a result from gallery in another screen.
I need to search textbox in sharepoint list also filtered with "atividade" that was choosen in gallery.
Hi @alessandramaced :
Could you tell me what Nome_UA's data type is?
I assume Nome_UA is a text field.
Please try this code:
Search(
Filter(SiteInspectorUn; atividade = Gallery1.Selected.Result);
TextSearchBox1_2.Text;
"Nome_UA"
)
Best Regards,
Bof
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
199 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |