Select to view content in your preferred language

Analysis widget only returns feature layer outputs from custom tool

153
1
Jump to solution
yesterday
Labels (1)
SianBrysonOPS
New Contributor

I'm trying to configure a custom geoprocessing tool for Experience Builder. The Python toolbox script is meant to return a clickable link to an HTML report summarizing features generated by the tool (watershed area, stream reach, etc.). This worked fine in ArcGIS Pro but I seem to be hitting a wall with configuring it for use in EB. The EB Analysis documentation says that GPString and GPDataFile are valid output data types (have experimented with both), but Analysis will only return the feature layers generated by my tool. Not sure if this is a problem with my code/missing something in the app config, or a hard limitation of EB.

I haven't been able to find anything on my specific situation and the Google summaries flip-flop unreliably (of course). Any guidance would be appreciated.

n.b. I do not have access to a developer license (summer student job) so I can't make my own widget.

0 Kudos
1 Solution

Accepted Solutions
SianBrysonOPS
New Contributor

Solved; I just needed to switch the execution mode in the configuration for the web tool to Synchronous. Will leave this up in case anyone encounters a similar issue.

View solution in original post

0 Kudos
1 Reply
SianBrysonOPS
New Contributor

Solved; I just needed to switch the execution mode in the configuration for the web tool to Synchronous. Will leave this up in case anyone encounters a similar issue.

0 Kudos