I have import my dictionary to power app as list about 8000 words
if my dictionary is 'abcd' and my textbox is 'abcd123'
how can I find value in textbox
I had try Match
You can validate using the Fill color of the TextBox:
If(Self.Text exactin TableName.Column,Green,Red)
------------
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.
Thank you for your answer,
there is a problem,
if my dictionary is 'abcd' and my textbox is 'abcd123'
it will not turn red
From your description 'abcd' is not same as 'abcd123' so turning red is ok.
You can change the formula to:
If(Self.Text in TableName.Column,Green,Red)
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.
Consider Checking My Youtube Channel
Oh sorry I type wrong,
It will not turn green.
Kindle show the your formula, also screenshot of your table column with the "abcd".
It not clear to me what you want to do with 'abcd' and 'abcd123'
------------
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.
Consider Checking My Youtube Channel
I want do a Illegal words validation when user typing password
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
164 | |
94 | |
64 | |
63 | |
61 |
User | Count |
---|---|
234 | |
162 | |
95 | |
83 | |
81 |