Hi there,
I have two forms.
Codes - Where I can enter code, name and description.
Code | Name | Description |
CD-001 | Dell | Dell |
Terms - Where I have three fields.
Terms Id - Free text field
Codes - Lookup from Codes table
Description - Pick the description based on codes selection.
Terms Id | Codes | Description |
TD-001 | CD-001 | Dell |
What is the best way to get default value of description based on code selection in model driven apps.
Hi @paragchapredxc ,
This may need write script.
https://learn.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference
Best Regards,
Wearsky