Hello Amik,
So I am grabbing values from a different SharePoint list. These values are dependent on what is selected in 3 combo boxes. So I am trying to store what is returned in variables, which are then to be used in a calculation involving day and time.
Please see attached. I was trying to fill in global variable varPriorty based on the selections from "Call Type" to "Banch".
varPriority is being populate in the onChange event of the service type column using the following formula. However the value is coming up blank.
Set(varPriority,Distinct(
Filter(
'Call Type Equipment and Symptoms Lookup',
'Category for capacity and counter' = DataCardValue26.Selected.Value && 'Symptom Description' = DataCardValue24.Selected.Value && 'Call Type' = DataCardValue18.Selected.Value && 'Equipment Group' = DataCardValue16.Selected.Value
),
'Priority for capacity'
))

thanks,
Sherzad.