Device Online or not

360
1
08-04-2021 10:14 AM
vijaybadugu
Occasional Contributor II

I have an requirement of If the device is offline,pull the information from the Local media CSV file contents. Otherwise it should access it from feature service. I almost finished. But how to check "pulldata("@property", 'online') " in appearance Column with If Condition 

 

if pulldata("@property", 'online') {minimal search('TableName')} else 

autocomplete search('<TableName>?<URL>','matches','Fieldname',${Fieldname})

 

0 Kudos
1 Reply
vijaybadugu
Occasional Contributor II

resolved the issue with pulldata("@property", 'online')=false in relevant column

0 Kudos