Hi,
I have a SP list Social which contains SocialMedia dropdown and some text fields. I need to auto populate all the fields from the list when my dropdown value changes on my powerapps form.
Fields from my powerapps form -
Dropdown- SocialMediaddl field which has values from SP list SocialMedia dropdown, Textbox -Net working Media
Approach -
SocialMediaddl onchange - I am resetting the 'Net working media' value
Net working Media on Default - LookUp(Social, SocialMedia = SocialMediaddl.Selected.Value, 'Net working Media')
But i am receiving an error in the LookUp formula at '=' symbol that says Invalid argument type. Attaching the screenshot for the reference.
Please correct me.
Thanks,