Select to view content in your preferred language

Project User Input Variable in Arcade Expression

140
1
04-15-2025 09:52 AM
AlexisLipstein
New Contributor

Hello,

I am wondering if there is a way to access a project user input variable in an arcade expression in QuickCapture Designer without assigning it to a field first. I would like to create an arcade expression that uses the project user input variable, that is entered before any features are captured, and concatenates it with a fixed string, then uses that resulting string as the input for any subsequent features captured. Can this be done without assigning the project user input variable to a specific field first? 

0 Kudos
1 Reply
JohnathanHasthorpe
Esri Regular Contributor

@AlexisLipstein - Yes, you would need to apply the project user input variable to a field, and then use that field in your Arcade expression.

Apart from having to create an aditional field in the feature service, are there and other issues you have with this approach?

0 Kudos