Announcements
Patch('Premium License Tracker', LookUp('Premium License Tracker', ID = ThisItem.ID), { LastName:TextInputLastName.Text, FirstName: TextInputFirstName.Text, Organization:{Value:Combobox1.Selected.Value} //If you are using Dropdown then we need to replace with Combobox1 } );
Patch('Premium License Tracker', LookUp('Premium License Tracker', ID = ThisItem.ID), { LastName:TextInputLastName.Text, FirstName: TextInputFirstName.Text, Organization:Combobox1.Selected.Value //If you are using Dropdown then we need to replace with Combobox1 } );
📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.
✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.
💛 A Like always motivates me to keep contributing!
Patch('Premium License Tracker', LookUp('Premium License Tracker', ID = ThisItem.ID), { LastName:TextInputLastName.Text, FirstName: TextInputFirstName.Text, Organization:Combobox1.SelectedItems } );
Please share the error screenshot as well if you are still getting any error.
If the ComboBox is inside a Gallery, then set:
DefaultSelectedItems = ThisItem.Organization
If the ComboBox is inside a Form control, then set:
DefaultSelectedItems = Parent.Default
If this is an individual ComboBox control outside the form and you are using manual form design with a variable/record, then use something like:
DefaultSelectedItems = yourVariableName.Organization //yourVariableName - Replace this with your variable name
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 936
Valantis 604
11manish 518