Hello All,
We have created a gp tool (using Python) to select features from multiple layers, export them to individual CSV files, then combine them as separate worksheets in an Excel workbook. Works great locally in ArcMap, then after publishing, and bringing into WAB for Poral, it errors out due to limitations of the WAB Portal environment.
Is this a functionality that can be used in the Enhanced Search widget?
If not, is this easy enough to do in JavaScript? Below is the code for a Python solution, which is very simple:
##Import Modules
import arcpy
import glob, os
import pandas as pd