<?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: New column adding in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8127#M3416</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9960"&gt;@Sultanbek&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the solution:&amp;nbsp;&lt;BR /&gt;1. Use "workato.uuid.encode_base64" to generate random UID and encode)&lt;/P&gt;&lt;DIV&gt;2. Map Data to Anaplan:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;- When creating the action to send the data to Anaplan, ensure that the following columns are mapped:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Date&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Amount&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- GL Account&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- UID (generated using the formula &lt;STRONG&gt;step_1&lt;/STRONG&gt;)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3. Transform the Data in Workato:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;- In the Export Data step from Intacct, use a Data Mapper to add a new field called UID(&lt;STRONG&gt;Step_1&lt;/STRONG&gt;) and assign it the above formula.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;- This will append a unique UID to every transaction row dynamically before it gets imported into Anaplan.&lt;BR /&gt;&lt;BR /&gt;Could you please try it from your end and let me know if this works, unfortunately I don't have active connection to try it out.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara A&lt;/DIV&gt;</description>
    <pubDate>Tue, 29 Oct 2024 13:52:52 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2024-10-29T13:52:52Z</dc:date>
    <item>
      <title>New column adding</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/6087#M2683</link>
      <description>&lt;P&gt;I have a case where we should import data from Intacct to Anaplan via Workato. However to do so, firstly we need to create an Unique UID in exporting data of Intacct through Workato. I know that workato has two formulas to generate such UID (&lt;STRONG&gt;&lt;EM&gt;UUID &lt;/EM&gt;&lt;/STRONG&gt;and &lt;STRONG&gt;.&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;encode_base64&lt;/STRONG&gt;). &lt;/EM&gt;However I dont understand how I should use these formulas in order to update the export data from Intacct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Intacct has the following transactions:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Column 1 - Date&lt;/LI&gt;&lt;LI&gt;Column 2 - Amount&lt;/LI&gt;&lt;LI&gt;Column 3 - GL Account&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We need to create action to import this data to Anaplan on monthly basis since it will be updated every month.&lt;/P&gt;&lt;P&gt;Now we need to create a new column called "&lt;STRONG&gt;UID". &lt;/STRONG&gt;Consequently the data from Intacct should look like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Column 1 - Date&lt;/LI&gt;&lt;LI&gt;Column 2 - Amount&lt;/LI&gt;&lt;LI&gt;Column 3 - GL Account&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Column 4 - UID&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;According to the above, does anyone have an idea how it should be built in workato to create UID and add it as a new column in raw data?&lt;/P&gt;&lt;P&gt;#UUID #UID #Anaplan #Workato&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 15:51:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/6087#M2683</guid>
      <dc:creator>Sultanbek</dc:creator>
      <dc:date>2024-02-06T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: New column adding</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8125#M3415</link>
      <description>&lt;P&gt;I met same issue, does anybody know how to handle this in Workato? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 07:07:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8125#M3415</guid>
      <dc:creator>wayswssb</dc:creator>
      <dc:date>2024-10-29T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: New column adding</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8127#M3416</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9960"&gt;@Sultanbek&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the solution:&amp;nbsp;&lt;BR /&gt;1. Use "workato.uuid.encode_base64" to generate random UID and encode)&lt;/P&gt;&lt;DIV&gt;2. Map Data to Anaplan:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;- When creating the action to send the data to Anaplan, ensure that the following columns are mapped:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Date&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Amount&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- GL Account&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- UID (generated using the formula &lt;STRONG&gt;step_1&lt;/STRONG&gt;)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3. Transform the Data in Workato:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;- In the Export Data step from Intacct, use a Data Mapper to add a new field called UID(&lt;STRONG&gt;Step_1&lt;/STRONG&gt;) and assign it the above formula.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;- This will append a unique UID to every transaction row dynamically before it gets imported into Anaplan.&lt;BR /&gt;&lt;BR /&gt;Could you please try it from your end and let me know if this works, unfortunately I don't have active connection to try it out.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara A&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Oct 2024 13:52:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8127#M3416</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2024-10-29T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: New column adding</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8128#M3417</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9960"&gt;@Sultanbek&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11177"&gt;@wayswssb&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;To create a unique UID for each row in your Intacct data export within Workato, you can follow these steps:&lt;BR /&gt;&lt;STRONG&gt;1. Generate a Unique ID:&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;Use &lt;STRONG&gt;random_bytes(16).encode_base64&lt;/STRONG&gt; to generate a 16-byte random string and encode it in Base64. This will give you a unique string each time it’s generated.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;random_bytes(16).encode_base64&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;2. Combine with Existing Fields (Optional):&lt;/STRONG&gt;&lt;BR /&gt;- If you want the UID to be derived from specific fields, combine columns like Date, Amount, and GL Account. For example:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;([Date] + [Amount] + [GL Account]).encode_base64&lt;/LI-CODE&gt;&lt;P&gt;- &lt;STRONG&gt;.encode_base64&lt;/STRONG&gt; will convert the combined string into a unique base64-encoded identifier.&lt;BR /&gt;&lt;STRONG&gt;3. Add UID to Each Row:&lt;/STRONG&gt;&lt;BR /&gt;- Use the Workato formula to create the UID and add it as a new column in your data. You can add this UID in a `Create row` or `Update row` action for Anaplan.&lt;BR /&gt;Let me know if you'd like more details on the setup in Workato!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 14:11:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/new-column-adding/m-p/8128#M3417</guid>
      <dc:creator>ndy</dc:creator>
      <dc:date>2024-10-29T14:11:24Z</dc:date>
    </item>
  </channel>
</rss>

