Announcements
Hello,
Good Day Everyone!
I have a Text Input Field (CONTRACT NO) and a Text Label Field (CLASSIFICATION) and would like to ask for help on how to populate the Text Label Field based on the pattern/format of the Text Input Field.
I have a lookup table as shown below:
ex:
Thanks in advanced.
Hi,
You can use variable for it and then use this variable value to update Label Text. For Example: OnChange of Text field you can use formala UpdateContext({varLabelVal:LookUp(ABCList,Pattern = TextField.Text, CLASSIFICATION});
Then use this variable "varLabelVal" and set text property of label.
Would this work?
Text(Value(TextInput01.Text),"[$-en-US]9000000000")
Text(Value(TextInput02.Text),"[$-en-US]3-00000")
Text(Value(TextInput03.Text),"[$-en-US]C0000-XX")
Text(Value(TextInput04.Text),"[$-en-US]XXX0000")
You may want to set the MaxLength property of your text inputs as well.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 326 Most Valuable Professional
11manish 168
sannavajjala87 75 Super User 2026 Season 1