Hi,
I'm stuck with this formula in the property Defaultselecteditem.
I need to select the default value "-" if the value selected form the component typologie is "Plateau technique" or "Documents.." or "Pédagogique" and if not select the state of the user by default.
With(
{hyphen_dpd: "-"};
If(
dpd_typologiedocs.Selected.Result = "Documents déposés dans BI";
{Value: hyphen_dpd};
dpd_typologiedocs.Selected.Result = "Pédagogique";
{Value: hyphen_dpd};
dpd_typologiedocs.Selected.Result = "Plateau Technique";
{Value: hyphen_dpd};With(
{aRegion: 'Utilisateursd''Office365'.MyProfileV2().state};
Distinct(
Filter(
Base_region_centre_update;
aRegion = Region_Old || aRegion = Region_Old2 || aRegion = Region_Old3
);
Region
))
What do i miss ?

Report
All responses (
Answers (