My question: does having a JSON function in the calculation column preclude using a URL parameter to feed the same field?
I have a survey where a point is sometimes but not always required for data entry. For the times when a user drops a point I would like to use a point in polygon query to pull in attributes, e.g. pulldata("@json",${myJSON},"attributes.County"). This work great.
However, as the survey is often accessed through a dashboard and launched in relation to an underlying jurisdiction dataset I would like to be able to feed the the same values through the URL parameter. Is this possible in the same survey? In early tests I could not get my URL parameters to work unless I deleted the pulldata calculation.