Hi there
I have a Dataverse table called "Clients" with the following fields.
Client Name - Text
ChecklistItem 1 - Text
ChecklistItem 2 - Text
ChecklistItem 3 - Text
The, I have another Dataverse table called "Items" with the following fields
Client Name (Lookup to Clients folder)
Check 1 - Yes/No
Check 2 - Yes/No
Check 3 - Yes/No
I wanting to know if it's possible to set the Label of Check1, Check2 and Check3 to be the value of ChecklistItem 1, 2, 3 in the Clients table (corresponding to the client lookup chosen for the record).
Obviously, I can't change the name of the field names as this would affect the whole table and not just the selected record.
If there is a solution via Javascript, please could you give me step by step instructions, (as my Javascript knowledge isn't that great)