Can the pulldata funtion be used in the instance name? I found a mention of pulldata in the comments of this blog post.
https://community.esri.com/groups/survey123/blog/2017/04/24/understanding-the-instancename-setting
But I'm not sure if the context of the comment is correct.
I am trying a concat - concat ("Manhole ID:", ${MAPID}, " Status:" , pulldata( 'StatusInfo','StatusType','StatusCode',${JobStatus}))
Also just try this - pulldata( 'StatusInfo','StatusType','StatusCode',${JobStatus})
I'm getting the same error - "dataLists is not defined in expression" - then it redisplays the instanace_name setting.
My csv is in the media folder, it's very simple:
StatusType,StatusCode
Not Started,-1
Started,0
Completed,1
Thanks!
-bert