Select to view content in your preferred language

Issue with Web Tool Parameter Type After Sharing from ArcGIS Pro to Portal

79
0
Sunday
Labels (2)
SPNIOrganization
Frequent Contributor

Hi everyone,

I’m currently working on integrating a geoprocessing tool into a custom Web AppBuilder application. The tool was initially created and tested in ArcGIS Pro, where it functions perfectly. Here's what the tool is designed to do:

  1. Prompt the user to select a polygon layer.

  2. Ask the user to choose a field from that layer (e.g., a region name).

  3. Allow the user to type a value (e.g., the specific region they’re interested in).

  4. Then, let the user select another layer to intersect with the selected polygon.

  5. Return the features from the second layer that intersect with the selected polygon.

I successfully shared the tool as a web tool from ArcGIS Pro , and it worked fine within the ArcGIS Pro.

However, after sharing the tool , I now encounter the following error when trying to use it in the web app:

"Field" parameter type not supported for now

SPNIOrganization_0-1746358348795.png

 

I’ve checked that all inputs are correctly configured in the model/script, and couldn't find any problem:

SPNIOrganization_1-1746358402322.png

To make things more confusing, I actually uploaded this same tool just a few days ago, with the exact same script and parameter settings, and it worked perfectly. Now, the Region Field parameter no longer functions, and I can’t figure out why.

Has anyone else experienced this issue where a web tool that previously worked no longer uploads properly, or certain parameter types suddenly become unsupported? Any ideas or workarounds would be greatly appreciated.

Please let me know if more information is needed.

Thanks in advance!

0 Kudos
0 Replies