Hello, I'm new to PowerApps (come from InfoPath) and I'm used to rules instead of functions.
was wondering if you could help me figure out how I can have one field on my form lookup information in a SharePoint list where the value of my top field matches the value of a field in my SharePoint list and I want the rest of the fields that match from the field in the SharePoint list to auto populate the rest of my fields on my form.
does that make sense?
so far all I got to without an errors in the formula was here but I cant figure out how to get it to set the value of the other columns in the SharePoint site that match the value I want it to filter by?
so on change i put: Filter(ECS_HR_EMP2SQL, 'Emp#' = DataCardValue3.Text)
any of this makes sense? sorry I'm so use to InfoPath rules...
Also is there a good place to start learning functions form the ground up?