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}) |
resolved the issue with pulldata("@property", 'online')=false in relevant column