Hello Everyone,
Good day!
I would like to ask on how I can select 2 values from a collection and display in combo box property default selected items.
my code below as an example:
If(
PrimaryServiceInput.Selected.Title = "Payroll" ||
PrimaryServiceInput.Selected.Title = "Global People Mobility (GPM)" ||
PrimaryServiceInput.Selected.Title = "Equity Administration",
LookUp(
colServices,
Title = "HRIS"
),
LookUp(
colServices,
Title = "HRSS Go To Market (GTM)"
)
)
on the code you can see I used LookUp to display HRIS or HRSS go to market. But what I need is to display 2 values under true condition. on the image below i want to see two values.
Thanks in advance guys!

Report
All responses (
Answers (