I am trying to conditionally mark a field as required if nothing is selected in another lookup field.
But it seems, that I cannot even correctly access the value in the Lookup field.
This is my check:
If(IsBlank(DataCardValue1.Selected.Value), True)
The (translated) error I get is: Unexpected characters: Formula contains "error", but "ParenClose" is expected.
It doesn't work with any condition (for example this gives the same error):
If(DataCardValue1.Selected.Value = "1", True)
Thank you!

Report
All responses (
Answers (