I am using a LINK Button to open an Experience Builder page and want to pass a project user input. QuickCapture is not interpreting the project user input and just passes the user input name.
Here is what I have in the URL link...
https://experience.arcgis.com/experience/52daf8614c4842b2a6a75a010ec27e7c/?data_filter=dataSource_3-191a4044506-layer-2:unit%3D%27${userInput:004}%27
here is the decoded URL for reference...
https://experience.arcgis.com/experience/52daf8614c4842b2a6a75a010ec27e7c/?data_filter=dataSource_3-191a4044506-layer-2:unit='${userInput:004}'
Here is an example that works outside of QuckCapture ('BT-151' is a valid entry)...
https://experience.arcgis.com/experience/52daf8614c4842b2a6a75a010ec27e7c/?data_filter=dataSource_3-191a4044506-layer-2:unit%3D%27BT-151%27
here is what gets passed to the browser...
https://experience.arcgis.com/experience/52daf8614c4842b2a6a75a010ec27e7c/?data_filter=dataSource_3-191a4044506-layer-2:unit%3D%27$%7BuserInput:004%7D%27%0A
As you can see it is passing "userInput:004" and NOT the interpreted value. What can i change to get this to work?
Raised as bug: BUG-000170513
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.