<?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: Power Automate Tips, Tricks &amp;amp; Best Practices in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366594#M53786</link>
    <description>&lt;P&gt;May as well drop a few Power Automate tips while I'm here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Learn to use ParseJSON instead of referencing the flow Trigger. This will save you a LOT of headache. On that same note, get Visual Studio Code as it helps format the JSON.&lt;/LI&gt;&lt;LI&gt;You can set up templates for yourself to make creating new flows incredibly fast. For example, all of my surveys have templates with a basic structure that never changes. I also have a couple of Power Automate "templates". All I do is change a few fields, and within 1-2 minutes a newly published survey can be delivering Feature Reports.&lt;/LI&gt;&lt;LI&gt;Sometimes Power Automate's search feature gets borked... I.e., You type in a field name that you know is there, but nothing appears (check out the example below)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1704408202079.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90593iFD28F02E8A590D84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1704408202079.png" alt="abureaux_0-1704408202079.png" /&gt;&lt;/span&gt;&lt;BR /&gt;This is easily resolved by going to "Expression" &amp;gt; type "=" &amp;gt; go back to "Dynamic content" &amp;gt; delete the "=" &amp;gt; scroll through the list and you will find the missing variable (this disables the 'type to search' feature, but un-hides all hidden variables)&lt;/LI&gt;&lt;LI&gt;Sometimes, you may wish to grab something from your Trigger. When you format a &lt;EM&gt;label&lt;/EM&gt; in S123, that is what appears in Power Automate's Dynamic Content list, NOT your easy to read &lt;EM&gt;name&lt;/EM&gt;. A reasonable workaround is actually to &lt;U&gt;decrease&lt;/U&gt; your browser's size until Power Automate shifts from a floating menu to an integrated menu (see below). The integrated menu allows you to hover over an item to see the FULL &lt;EM&gt;label&lt;BR /&gt;&lt;/EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1704408843146.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90595i66E70291B9C98854/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1704408843146.png" alt="abureaux_2-1704408843146.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 04 Jan 2024 22:55:24 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2024-01-04T22:55:24Z</dc:date>
    <item>
      <title>Power Automate Tips, Tricks &amp; Best Practices</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366577#M53782</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Is there a blog, document or something that has a list of tips, tricks &amp;amp; best practices when using Power Automate with Survey123?&lt;/P&gt;&lt;P&gt;I'm finding some gotchas as I put my first flow together.&lt;/P&gt;&lt;P&gt;Some of things I would like to know are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Should you use a built-in named user or enterprise user using an AD service account with SAML/SSO for the authentication in the Surevy123 connector?&lt;/LI&gt;&lt;LI&gt;Appears only the owner of the survey can be used as the authentication in the connector to see it. The Portal permission/security model of content sharing, create webhooks, etc isn't being used when other built-in accounts have those permissions (similar to geoevent server).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There would be plenty more but these 2 above define the landscape of how user access/permission is defined especially when having to pass this to cyber security teams, etc for endorsement.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 22:20:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366577#M53782</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2024-01-04T22:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Power Automate Tips, Tricks &amp; Best Practices</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366586#M53784</link>
      <description>&lt;P&gt;Aw man. I really want to put something like this together...&lt;/P&gt;&lt;P&gt;There isn't anything that comprehensive for S123 atm.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Should you use a built-in named user or enterprise user using an AD service account with SAML/SSO for the authentication in the Surevy123 connector? &lt;FONT color="#3366FF"&gt;This is up to you. I use a built-in named user for my Enterprise connector (Essentially, my Portal's service account). The only big thing would be to choose a single account that isn't going anywhere (I.e., Don't use &lt;EM&gt;Fred, &lt;/EM&gt;because &lt;EM&gt;Fred&lt;/EM&gt; may leave the company in the future. Use a dedicated "service" account that will never get up and walk away).&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Appears only the owner of the survey can be used as the authentication in the connector to see it. The Portal permission/security model of content sharing, create webhooks, etc isn't being used when other built-in accounts have those permissions (similar to geoevent server). &lt;FONT color="#3366FF"&gt;Correct. Again, I use a single service account for all of these tasks. Two accounts in total, actually. One is a built-in Portal account (mentioned above) and the other is an MS account for Power Automate (plus a myriad of other applications). As I tell my boss often, all these mission critical services need to be set up such that if I ever leave, the tower of cards doesn't come crumbling down. &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 04 Jan 2024 22:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366586#M53784</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-04T22:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Power Automate Tips, Tricks &amp; Best Practices</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366594#M53786</link>
      <description>&lt;P&gt;May as well drop a few Power Automate tips while I'm here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Learn to use ParseJSON instead of referencing the flow Trigger. This will save you a LOT of headache. On that same note, get Visual Studio Code as it helps format the JSON.&lt;/LI&gt;&lt;LI&gt;You can set up templates for yourself to make creating new flows incredibly fast. For example, all of my surveys have templates with a basic structure that never changes. I also have a couple of Power Automate "templates". All I do is change a few fields, and within 1-2 minutes a newly published survey can be delivering Feature Reports.&lt;/LI&gt;&lt;LI&gt;Sometimes Power Automate's search feature gets borked... I.e., You type in a field name that you know is there, but nothing appears (check out the example below)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1704408202079.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90593iFD28F02E8A590D84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1704408202079.png" alt="abureaux_0-1704408202079.png" /&gt;&lt;/span&gt;&lt;BR /&gt;This is easily resolved by going to "Expression" &amp;gt; type "=" &amp;gt; go back to "Dynamic content" &amp;gt; delete the "=" &amp;gt; scroll through the list and you will find the missing variable (this disables the 'type to search' feature, but un-hides all hidden variables)&lt;/LI&gt;&lt;LI&gt;Sometimes, you may wish to grab something from your Trigger. When you format a &lt;EM&gt;label&lt;/EM&gt; in S123, that is what appears in Power Automate's Dynamic Content list, NOT your easy to read &lt;EM&gt;name&lt;/EM&gt;. A reasonable workaround is actually to &lt;U&gt;decrease&lt;/U&gt; your browser's size until Power Automate shifts from a floating menu to an integrated menu (see below). The integrated menu allows you to hover over an item to see the FULL &lt;EM&gt;label&lt;BR /&gt;&lt;/EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1704408843146.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90595i66E70291B9C98854/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1704408843146.png" alt="abureaux_2-1704408843146.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 04 Jan 2024 22:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366594#M53786</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-04T22:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Power Automate Tips, Tricks &amp; Best Practices</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366603#M53787</link>
      <description>&lt;P&gt;Thanks for confirming this. We get a little worried when either the PSA or admin account is used to do the authentication and not sure what information is actually stored.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 23:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/power-automate-tips-tricks-amp-best-practices/m-p/1366603#M53787</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2024-01-04T23:03:16Z</dc:date>
    </item>
  </channel>
</rss>

