Hi,
I recently started using powerapps and wanted to create an entry form based on a dependant drop-down I created using a combo-box and the said drop-down.
I currently have two data sources. The first one contains the usernames and managers, from which I derive the relationship of the combo-boxes. The username box is currently searchable, and the manager box appears after selecting the respective user, but is non-editable. Both of them are formatted as normal "single line of text" in the first data source.
The second data source is an empty sheet with headers, and is also edited as "single line of text" in all columns.
When I try to patch it to the second data source, I get the following error -
"this type of argument 'Title' does not match the expected type 'Text'. Found type 'Error'
This happens for the combo-box I set up.
Here is the code I use
Patch('FW testing 3',Defaults('FW testing 3'), {'TM Name':Dropdown1.SelectedText, 'AgentName':ComboBox1.SelectedText})
Any help or assistance will be greatly appreciated 🙂 !