<?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 Table script in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14168712#M22883</link>
    <description>&lt;P&gt;If anyone uses JoinerCAD plugin by any chance (because i needed a purchased items component table), i have found a way to create a custom table that pastes itself into the clipboard and all you need to do is CTRL+V &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;Write me and i'll be happy to share the code &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2026 06:27:40 GMT</pubDate>
    <dc:creator>linas</dc:creator>
    <dc:date>2026-06-17T06:27:40Z</dc:date>
    <item>
      <title>Custom Table script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14137405#M22804</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;I'm getting into scripts via Fusion API and my goal was to inject part numbers, description and quantity into custom tables (i'm doing that because i have a Fusion Add-in called JoinerCad and it has an another system of assigning material and so on).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i found that adsk.drawing.CustomTable - add() ignores rowCount/columnCount,&lt;BR /&gt;updateCellData() always returns "Unknown exception"&lt;/P&gt;&lt;P&gt;And regardless of what was set on the input of CustomTable created via sheet.customTables.add(inp) always has rowCount=0 and columnCount=0. updateCellData(row, col, string) always returns "1 : Unknown exception".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any info about or have succesfully put info into the custom table, would gladly hear from you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could also send you the code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 12:30:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14137405#M22804</guid>
      <dc:creator>linas</dc:creator>
      <dc:date>2026-05-21T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14137551#M22805</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13144810"&gt;@linas&lt;/a&gt;&amp;nbsp;-san.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately, the `adsk.drawing.CustomTable` property does not currently exist.&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-CEC1BA2F-1AA7-4D7D-9C98-410637FEDB1E" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-CEC1BA2F-1AA7-4D7D-9C98-410637FEDB1E&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;At present, there is very little support for Fusion 360's Drawing-related APIs.&lt;BR /&gt;However, I recall an Autodesk representative commenting earlier this year that they “plan to expand the Drawing API by the end of the year,” so support may improve in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 14:02:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14137551#M22805</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2026-05-21T14:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14138283#M22807</link>
      <description>&lt;P&gt;Hello kandennti!&lt;BR /&gt;&lt;BR /&gt;Thank you for reply! I tried poking around what can the adsk.drawing object can offer in terms of table/custom table and you are right it is very limited in that sense! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used these two methods: sheet.customTables.createInput() and sheet.customTables.add&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets hope its true and will expand on the Drawing API!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2026 04:45:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14138283#M22807</guid>
      <dc:creator>linas</dc:creator>
      <dc:date>2026-05-22T04:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14150770#M22834</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13144810"&gt;@linas&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I wanted to check in and see if you still needed assistance, or if you found a solution to your question already? Let us know if you need further assistance by providing an update or if you have found a solution, please share it with the community so other members who may have the same question could learn from your experience.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 09:47:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14150770#M22834</guid>
      <dc:creator>bhavani_sankuratri</dc:creator>
      <dc:date>2026-06-02T09:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14168712#M22883</link>
      <description>&lt;P&gt;If anyone uses JoinerCAD plugin by any chance (because i needed a purchased items component table), i have found a way to create a custom table that pastes itself into the clipboard and all you need to do is CTRL+V &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;Write me and i'll be happy to share the code &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 06:27:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/custom-table-script/m-p/14168712#M22883</guid>
      <dc:creator>linas</dc:creator>
      <dc:date>2026-06-17T06:27:40Z</dc:date>
    </item>
  </channel>
</rss>

