Hi
I have one pattern table that stores all the patterns of Item like starts with
I have one text I need to check whether this text item exist in that table pattern
How can I get that whether the entered text pattern available in a table
Solved! Go to Solution.
Hi @SumanKoduri
From my understanding you are trying to compare the value of a text input, and compare it with a the "patterns" stored in a certain table, is this correct?
If so, you can accomplish this by doing the following:
Let's say you have a table called patternTable_1, a TextInput box called TextInput1, and label called Label4.
In this scenario you can use the LookUp function as such:
LookUp(patternTable_1, TextInput1.Text = Pattern , true)
By inserting this function into a label, it will search your table patternTable_1 for the text inserted in the TextInput1 box, and it will return either true or false depending if that specific value exists in your Table in the Pattern column.
Let me know if this answer helps you move forward!
Ricardo
Hi @SumanKoduri
From my understanding you are trying to compare the value of a text input, and compare it with a the "patterns" stored in a certain table, is this correct?
If so, you can accomplish this by doing the following:
Let's say you have a table called patternTable_1, a TextInput box called TextInput1, and label called Label4.
In this scenario you can use the LookUp function as such:
LookUp(patternTable_1, TextInput1.Text = Pattern , true)
By inserting this function into a label, it will search your table patternTable_1 for the text inserted in the TextInput1 box, and it will return either true or false depending if that specific value exists in your Table in the Pattern column.
Let me know if this answer helps you move forward!
Ricardo
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
191 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
252 | |
121 | |
84 | |
80 | |
73 |