<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Python tool parameters in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1667133#M100242</link>
    <description>&lt;P&gt;Hi Alfred,&lt;/P&gt;&lt;P&gt;Thanks for your suggestions, I couldn't find the DETable in the parameter data types here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnEbbers_0-1763563002582.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144092i8889887410ECC812/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnEbbers_0-1763563002582.png" alt="JohnEbbers_0-1763563002582.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, is there a way to generate the Field parameter dynamically?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2025 14:38:13 GMT</pubDate>
    <dc:creator>JohnEbbers</dc:creator>
    <dc:date>2025-11-19T14:38:13Z</dc:date>
    <item>
      <title>Custom Python tool parameters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1666278#M100181</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am making a custom python tool but am having problems finding the correct parameter type to use:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnEbbers_0-1763391653537.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143872i3CF65A0F5960D287/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnEbbers_0-1763391653537.png" alt="JohnEbbers_0-1763391653537.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I wish to make in_fc and in_fields equal to param0 and out_fc and out_fields equal to param1, both param0 and param1 have a 'File Geodatabase Table' data type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnEbbers_1-1763391863032.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143873iC4915321B894E267/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnEbbers_1-1763391863032.png" alt="JohnEbbers_1-1763391863032.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Furthermore, if I want the output table to be created when the tool runs, where should I add the code to create a new table? I'm assuming it should be right before what I currently have in the execution code block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 15:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1666278#M100181</guid>
      <dc:creator>JohnEbbers</dc:creator>
      <dc:date>2025-11-17T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Python tool parameters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1666471#M100193</link>
      <description>&lt;P&gt;Easiest to just make threeparameters:&lt;/P&gt;&lt;P&gt;in_fc and out_fc:&amp;nbsp;DETable&lt;/P&gt;&lt;P&gt;in_fields: Field&lt;/P&gt;&lt;P&gt;The reason I say only three is because it looks like you're using the same fields for both tables. If you're not, i'd suggest making a tool to make the second table with the fields you want and another tool to do the appending, since you'll need to use a fieldmap to make it work correctly.&lt;/P&gt;&lt;P&gt;You'll also want to add a dependency to the in_field so they pull from the input tables.&lt;/P&gt;&lt;P&gt;You're correct, make the out_fc before doing your cursor and use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-field.htm" target="_self"&gt;addfield&lt;/A&gt; or addfields (harder, imo) to get the right ones. (Or copy the schema of the in_table)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 20:30:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1666471#M100193</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-11-17T20:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Python tool parameters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1667133#M100242</link>
      <description>&lt;P&gt;Hi Alfred,&lt;/P&gt;&lt;P&gt;Thanks for your suggestions, I couldn't find the DETable in the parameter data types here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnEbbers_0-1763563002582.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144092i8889887410ECC812/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnEbbers_0-1763563002582.png" alt="JohnEbbers_0-1763563002582.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, is there a way to generate the Field parameter dynamically?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 14:38:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1667133#M100242</guid>
      <dc:creator>JohnEbbers</dc:creator>
      <dc:date>2025-11-19T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Python tool parameters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1667153#M100245</link>
      <description>&lt;P&gt;Oops, sorry.&lt;/P&gt;&lt;P&gt;It's just "Table" in an atbx, but DETable in a python toolbox.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1763565401856.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144095i47B7AD206173CC2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="AlfredBaldenweck_0-1763565401856.png" alt="AlfredBaldenweck_0-1763565401856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Use the dependency box for the fields parameter to make it so it draws from the input table parameter. Also note that I set the data type for the fields parameter to Field and set it as multivalue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1763565487540.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144096iC342030989DBC1B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1763565487540.png" alt="AlfredBaldenweck_1-1763565487540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 15:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/custom-python-tool-parameters/m-p/1667153#M100245</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-11-19T15:18:18Z</dc:date>
    </item>
  </channel>
</rss>

