Select to view content in your preferred language

@pulldata from feature service works in S123 Connect, not on iOS app or web

126
3
a week ago
RodPerialas
New Contributor

Hi, i am working on a form for our field crew that uses pulldata functionality to get attributes of structure type and name, from a feature service. It works perfectly in S123 Connect but, when i publish to phone or web, it does not work. No error message, just remains blank. i have attached a file from xlsf. i have checked to make sure the layer is avail to query, see snip below. Any help greatly appreciated. 

 

  • STRUCTURE_TYPE ( type: esriFieldTypeString, alias: STRUCTURE_TYPE, length: 40 )
  • ASSGN_TOM_FN ( type: esriFieldTypeString, alias: ASSGN_TOM_FN, length: 20 )
  • ASSGN_TOM_LN ( type: esriFieldTypeString, alias: ASSGN_TOM_LN, length: 30 )

RodPerialas_0-1722795033668.png

 

0 Kudos
3 Replies
DougBrowning
MVP Esteemed Contributor

Is the pulldata inside a if statement?  If so move it out to its own field.  

0 Kudos
RodPerialas
New Contributor

Hi, it is not inside an if statement. I have 2 and 1 of them is inside of concat, and the other is standalone. see attached. 

0 Kudos
DougBrowning
MVP Esteemed Contributor

Only thing I see is the second set of pulldata are inside a concat.  Pulldata really wants to be by itself.  Try that first.