<?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: Prompt user to save as project at end of workflow in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927597#M108523</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;Is the current window&amp;nbsp; the project window?&lt;BR /&gt;&lt;BR /&gt;Then&amp;nbsp;&lt;BR /&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47387"&gt;@Stefan_Moser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;the same as if the user clicked File --&amp;gt; save project as.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;can be implemented via&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;main menu("Save Project As")&lt;/CODE&gt;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 21:14:32 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-01-30T21:14:32Z</dc:date>
    <item>
      <title>Prompt user to save as project at end of workflow</title>
      <link>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927585#M108522</link>
      <description>&lt;P&gt;Similar post here for files but this solution didn't work for the project:&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Prompting-user-to-Save-As-at-the-end-of-workflow/td-p/914576" target="_blank"&gt;https://community.jmp.com/t5/Discussions/Prompting-user-to-Save-As-at-the-end-of-workflow/td-p/914576&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to prompt the user to save as a project since I have a workflow embedded in in a project for ease of use. Ideally the function is the same as if the user clicked File --&amp;gt; save project as. So a window pops up, they select a directory, and create a name for the project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The JSL below currently returns the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;proj = Current Data Table() &amp;lt;&amp;lt; Get Project();
proj &amp;lt;&amp;lt; Save As("");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stefan_Moser_0-1769805696636.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/92672iD314B27E04DACAAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Stefan_Moser_0-1769805696636.png" alt="Stefan_Moser_0-1769805696636.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This version runs without error but doesn't actually do anything:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;proj = Current Data Table() &amp;lt;&amp;lt; Get Project();
proj &amp;lt;&amp;lt; Save As();
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Jan 2026 20:45:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927585#M108522</guid>
      <dc:creator>Stefan_Moser</dc:creator>
      <dc:date>2026-01-30T20:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt user to save as project at end of workflow</title>
      <link>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927597#M108523</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;Is the current window&amp;nbsp; the project window?&lt;BR /&gt;&lt;BR /&gt;Then&amp;nbsp;&lt;BR /&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/47387"&gt;@Stefan_Moser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;the same as if the user clicked File --&amp;gt; save project as.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;can be implemented via&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;main menu("Save Project As")&lt;/CODE&gt;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 21:14:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927597#M108523</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-30T21:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt user to save as project at end of workflow</title>
      <link>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927599#M108525</link>
      <description>&lt;P&gt;Awesome yes&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;it will always be the current window since the workflow is executed in that window.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 21:33:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Prompt-user-to-save-as-project-at-end-of-workflow/m-p/927599#M108525</guid>
      <dc:creator>Stefan_Moser</dc:creator>
      <dc:date>2026-01-30T21:33:43Z</dc:date>
    </item>
  </channel>
</rss>

