Hi,
I want to set a variable in the visible fx of a label. If a cell in a SharePoint list is empty the label must become visible.
I tried this but it's didn't work.
Set(
var_tag;
If(
LookUp(
GEN_TEXTE_CREATICK_DATA;
'Nom du poste' = TextInput2.Text;
'Tag Nexthink d'exclusion des non-conformités') <> "";
true
)
Anyone can help me ?