Hello,
I am trying to create a python tool using the python toolbox in ArcPro, I am attempting to automate a process where users select a grid size and a trap number to move the selected grid polygon over the selected trap point. The grid and trap number come from two separate fields in the attribute table. There are hundreds of choices for each selection.
The process works great except, when the tool opens in ArcPro I need two SQL expressions to show up to select the grid and trap number respectively. I can get the parameters to appear looking like SQL expressions when the tool opens (see image) but there are no value options available in the drop down. I know this is likely because I have not defined where they should be retrieving values from, but I am unsure how to do that or make the values populate. Any help would be greatly appreciated!!