Field Map conditional visibility not working

681
1
05-11-2021 08:12 AM
by Anonymous User
Not applicable

Hi,

I read the documentation:

https://doc.arcgis.com/en/field-maps/android/help/configure-the-form.htm#ESRI_SECTION1_8989BE629B354...

I understand the logic of the expression, still, when I write the arcade expression in my form the fields do not appear even if I choose the condition or will appear on the form nevertheless.

I tried: $feature.PointType == "Feature" and $feature.PointType != "Feature"

When using == the fields never appear, when using != the fields appear with the fields that do not have arcade expression.

I had the idea that it was my tablet version, now I am on Android 10 and still not working.

All best,

Luis

 

Tags (2)
0 Kudos
1 Reply
by Anonymous User
Not applicable

It only worked like this:

DomainName($feature, "PointType") == "Feature"

0 Kudos