I have a really simple QuickCapture project for a biodiversity monitoring survey. Since we work in the bush, the project needs to work offline. We capture data in operational areas, and I would like the survey to intersect with the operational area and pass the name attribute to the survey.
So far, I have created a MMPK containing the operational areas and added it to the QC project. This is just vector data, projected in EPSG3857. From QuickCapture, I can open the basemap and see the layer names, the geometry and everything looks good.
I have tried to add the arcade expression to the operational area attribute field but it wouldn't work. From the Arcade Expression window, I checked the $map Profile variable, and I noticed there weren't any items (or layers) to view. I'm guessing this is where the map layers will show up so you can query them from the expression. I'm not sure why I'm unable to create the expression but I think it might be something to do with how the map interacts with the project.
Any help/suggestions would be appreciated.