Hey,
I've been searching the web all day trying to find a solution but nothing has worked - so now I really need someone's help please.
I want to populate several fields on my sharepoint list from another list. For example:
List 1 (Cat Services)
Columns:-
Cat: (Dropdown field - example: Cat 1, Cat 2 or Cat 3)
Up: (text input - example: 10, 20, 30)
Down: (text input - example: 50, 100, 200)
List 2 (User form)
Columns:-
User name: <manual input>
Cat service: <Select from dropdown - Values on List 1>
Up: <Auto-populates based on Cat selection - Values on List 1>
Down: <Auto-populates based on Cat selection - Values on List 1>
This used to be really simple in InfoPath, but I can't seem to work out the correct formula in PowerApps and you good people are my last hope..
Please can someone help me work out what formula I should be using to get this data on here.
I've used these formula based on other posts on here - but I get an error on PowerApps stating "Invalid argument type":
- If(IsChanged=true,LookUp('Cat Services',Cat=DataCardValue19,Up),Parent.Default)
(https://powerusers.microsoft.com/t5/Expressions-and-Formulas/AutoFill-lookup-fields-from-dropdown-list-to-different-list/td-p/78665)
-LookUp('Cat Services',Cat=DataCardValue19,Up),Parent.Default)
(https://powerusers.microsoft.com/t5/General-Discussion/Auto-populate-form-fields-from-another-SharePoint-list/m-p/93105#M34897)
Thanks for any help you can offer.