<?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: Make Field Required if Another Field Has a Certain Value?  Condition Required-ness? in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1178181#M3664</link>
    <description>&lt;P&gt;Aaron. &amp;nbsp;Thank you. &amp;nbsp;Your example is really helpful!&lt;/P&gt;</description>
    <pubDate>Sat, 28 May 2022 19:56:08 GMT</pubDate>
    <dc:creator>ArmstKP</dc:creator>
    <dc:date>2022-05-28T19:56:08Z</dc:date>
    <item>
      <title>Make Field Required if Another Field Has a Certain Value?  Condition Required-ness?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1177823#M3647</link>
      <description>&lt;P&gt;I have conditional visibility setup, so users can chose a value in one dropdown and depending upon what is chosen, the next dropdown would be required if the previous dropdown was "Closed", for example?&lt;/P&gt;&lt;P&gt;Is this even possible to do conditional required-ness?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 01:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1177823#M3647</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-05-27T01:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Make Field Required if Another Field Has a Certain Value?  Condition Required-ness?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1177887#M3649</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Beyond being required, would you still like to give the option to fill that second field even if not required? Or could you make it not relevant?&lt;/P&gt;&lt;P&gt;Otherwise, you can use an if function in the required field that returns 'yes' if the condition is fulfilled.&lt;/P&gt;&lt;P&gt;if(${first_question}='Closed','yes','')&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 09:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1177887#M3649</guid>
      <dc:creator>Nicole_Ueberschär</dc:creator>
      <dc:date>2022-05-27T09:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Make Field Required if Another Field Has a Certain Value?  Condition Required-ness?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1177932#M3651</link>
      <description>&lt;P&gt;Conditional requiredness is supported but not exposed yet. Currently in the web app when you check the "Required" check-box it actually writes an Arcade expression of "true". We do have plans to expose an authoring UI for writing any expression - it won't be available until this fall or winter (at the earliest).&lt;/P&gt;&lt;P&gt;You could check the required check-box and save the form. Then use &lt;A href="https://assistant.esri-ps.com/content" target="_self"&gt;ArcGIS Assistant&lt;/A&gt; to customize the referenced expression.&lt;/P&gt;&lt;P&gt;Find the element you'd like to make conditionally required and find the name of the expression it references.&amp;nbsp;In this example, I'm making the address field required if the common name of the tree is "Red Oak".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="before.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42317i5EE2B95C3941FB4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="before.png" alt="before.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Then change the "expression" from "true" to whatever logic you'd like.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="after.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42319i8B40448C039003CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="after.png" alt="after.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Then save the changes (note in Field Maps web, it won't show the required check-box as checked - leave it as is). If you open the map in the mobile app it should work like this:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6306891939112w250h540r69" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6306891939112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6306891939112w250h540r69');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6306891939112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 13:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1177932#M3651</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-05-27T13:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Make Field Required if Another Field Has a Certain Value?  Condition Required-ness?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1178181#M3664</link>
      <description>&lt;P&gt;Aaron. &amp;nbsp;Thank you. &amp;nbsp;Your example is really helpful!&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2022 19:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1178181#M3664</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-05-28T19:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Make Field Required if Another Field Has a Certain Value?  Condition Required-ness?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1178209#M3667</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;I have followed your example and have successfully created conditional requiredness in my form!&amp;nbsp; Many thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 18:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/make-field-required-if-another-field-has-a-certain/m-p/1178209#M3667</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-05-29T18:49:53Z</dc:date>
    </item>
  </channel>
</rss>

