<?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: Arcade Expression for Barcode Scanning in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1178581#M3684</link>
    <description>&lt;P&gt;What I'm suggesting is to run this in your application, not testing it. As we said before, clicking the Test button just shows the result of the first record in your data set, not the record that was scanned in. Have you examined your data set to see what that first record looks like?&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 14:21:47 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2022-05-31T14:21:47Z</dc:date>
    <item>
      <title>Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177184#M3591</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I need some assistance with code creation whereby after I scan my barcode it will auto-populate another question on the form pertaining to "address".&amp;nbsp; The calculated expressions are being applied in ArcGIS Field Maps within the Form.&amp;nbsp; &lt;EM&gt;Please see code attached at the bottom of this posting.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I was first able to obtain some helpful code examples via github but I am definitely missing something.&amp;nbsp; The examples on github center around extracting certain components from the barcode and converting them to descriptions versus the numeric code.&amp;nbsp; For my situation, the entire barcode is equivalent to the address whereby each barcode is uniquely assigned to this address information.&lt;/P&gt;&lt;P&gt;My workflow for this is as such...I scan the barcode, it populates the "OldMeterNumber" field with &lt;STRONG&gt;1NF314421199&amp;nbsp;&lt;/STRONG&gt;and in turn populates my "Address" field with &lt;STRONG&gt;69944 SUNNYFIELD RD.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;At this point, it keeps coming up "Unknown".&lt;/P&gt;&lt;P&gt;Thank you for taking the time and assisting.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var BARCODE = $feature.OldMeterNumber
var address = BARCODE

var d = Dictionary(
	"1NF314421199", "69944 SUNNYFIELD RD")

if (hasKey(d, address)) {
    return d[address]
} else {
    return "Unknown"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 13:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177184#M3591</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-25T13:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177188#M3592</link>
      <description>&lt;P&gt;If I test it in the Playground, it works properly. Are you verifying the OldMeterNumber is returning the expected value?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="playground.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42132i163D6DC1A90DE7AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="playground.png" alt="playground.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177188#M3592</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-05-25T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177190#M3593</link>
      <description>&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;Thank you so much for responding to my inquiry!&lt;/P&gt;&lt;P&gt;Yes.&amp;nbsp; After the scan the barcode question populates with the exact information but "Unknown" keeps coming up.&amp;nbsp; I've attached a screenshot of what I am seeing on the testing side for me which maintains the "Unknown" issue.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177190#M3593</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-25T14:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177209#M3594</link>
      <description>&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;I've also attached a screenshot of my ArcGIS Field Maps screen and where the calculated expression is being applied...if that helps to understand the entire picture.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177209#M3594</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-25T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177304#M3605</link>
      <description>&lt;P&gt;Make sure the test is giving you the correct Barcode with the Console function. It only reads the first record of your data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="playground.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42144i2E2FB31A8E4B3F3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="playground.png" alt="playground.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 17:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177304#M3605</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-05-25T17:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177310#M3606</link>
      <description>&lt;P&gt;I added the same entry for Console as you did and nothing appeared in Messages.&lt;/P&gt;&lt;P&gt;I don't know if this would affect anything on my end or not but...I have only applied this calculated expression inside the ArcGIS Field Maps Form area...not within the corresponding web map pop-ups area.&amp;nbsp; This is for field crews scanning meter barcodes using the ArcGIS Field Maps app.&amp;nbsp; I assumed I could go straight to ArcGIS Field Maps (web) and add calculated expressions right from there...harder than I thought it was going to be given the expression is...what I thought anyway...fairly simple.&amp;nbsp; Much to my surprise.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 18:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177310#M3606</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-25T18:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177347#M3609</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/416944"&gt;@JD1016&lt;/a&gt;.&amp;nbsp; The fact the the console message returned null is the clue that you need.&amp;nbsp; As Kenbuja mentioned, when you are testing in the expression builder for Field Maps it pulls test data from the first feature in your feature service.&amp;nbsp; So if the address attribute for your first feature is null or you don't have any feature collected yet it will return null and execute your else statement.&lt;BR /&gt;&lt;BR /&gt;It can be useful to provide test data when developing your arcade expressions&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var BARCODE = $feature.OldMeterNumber
// Use in Production
// var address = BARCODE

// Use for Testing
var address = '1NF314421199'

var d = Dictionary(
	"1NF314421199", "69944 SUNNYFIELD RD")

if (hasKey(d, address)) {
    return d[address]
} else {
    return "Unknown"
}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 25 May 2022 20:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177347#M3609</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-25T20:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177492#M3618</link>
      <description>&lt;P&gt;Hey Justin,&lt;/P&gt;&lt;P&gt;I thought I was on the right track with the github arcade examples for barcodes but I'm not quite sure they apply to my situation.&lt;/P&gt;&lt;P&gt;The code I supplied is looking for &lt;STRONG&gt;1NF314421199&lt;/STRONG&gt; under $feature.OldMeterNumber to already be present in the database...is that correct?&amp;nbsp; And...not finding it...delivers the "Unknown"?&lt;/P&gt;&lt;P&gt;If so, how do you get around this issue?&amp;nbsp; In S123 you can use the pull data function to extract information to populate your form.&amp;nbsp; I was hoping by using "Dictionary" I could in essence create my own pseudo lookup table that could, in theory, perform the same function as pull data in S123.&amp;nbsp; That doesn't seem possible because it appears you need data already in the hosted feature layer to create a connection.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 11:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177492#M3618</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-26T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177553#M3623</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/416944"&gt;@JD1016&lt;/a&gt;&amp;nbsp;If you are going down the path of providing your own lookup values rather than encoding/decoding the barcode itself then I would suggest storing the lookup values in a table and accessing them by creating a featureSet rather than hard coding the dictionary in your arcade expression.&lt;BR /&gt;&lt;BR /&gt;Can you provide a screenshot of what this arcade expression returns?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;console("Use Barcode as a lookup value, return the address")

// The real barcode scan for production
// var lookupValue = $feature.OldMeterNumber;
// console("&amp;gt;&amp;gt;&amp;gt; My Scanned Barcode: " + lookupValue);

// Use for Testing, Simulate Barcode Scan, remove in production
var lookupValue = '1NF314421199';
console("&amp;gt;&amp;gt;&amp;gt; My test lookup value: " + lookupValue);

// My Hard Coded Lookup Values
var d = Dictionary(
	"1NF314421199", "69944 SUNNYFIELD RD");

console("&amp;gt;&amp;gt;&amp;gt; My Lookup Values: " + d);
console("   &amp;gt;&amp;gt;&amp;gt; Looking for " + lookupValue + " in " + d);

if (hasKey(d, lookupValue)) {
    console("      &amp;gt;&amp;gt;&amp;gt; " + lookupValue + " was found! " + "Address: " + d[lookupValue]);
    return d[lookupValue];
} else {
    console("      &amp;gt;&amp;gt;&amp;gt; The lookupValue was NOT found!");
    return "Unknown";
};&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JustinReynolds_0-1653577132815.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42198iE4F4A45AD826086D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JustinReynolds_0-1653577132815.png" alt="JustinReynolds_0-1653577132815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 15:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177553#M3623</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-26T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177620#M3628</link>
      <description>&lt;P&gt;Thank you so much for supplying the code.&amp;nbsp; That was so unexpected and nice!&lt;/P&gt;&lt;P&gt;I've attached what was returned.&lt;/P&gt;&lt;P&gt;I opened the ArcGIS Field Maps app and the address is auto-filled already in the Address field without even scanning the barcode.&amp;nbsp; Is that supposed to happen?&lt;/P&gt;&lt;P&gt;Unfortunately, the actual barcode segments do not contain any information specific to the address, account number, route or sequence.&amp;nbsp; It's rather the "entire barcode number" itself is equivalent to this address, and this account, and this route, and this sequence.&amp;nbsp; That's why the github examples, in the end, were not what I was looking for since they were extracting specific information from segments of the barcode equivalent to material, pipe size, etc...&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 17:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177620#M3628</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-26T17:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177668#M3632</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/416944"&gt;@JD1016&lt;/a&gt;&amp;nbsp;Nice; so now you know your logic works with the test data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now what happens when you comment out the test lines (lines 8 and 9) and uncomment out the production lines (lines 4 and 5)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice that when you test you have a "Results" tab and a "Messages" Tab.&amp;nbsp; Check those messages too. That is where the console statements are printed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, an "Unknown" result here is not bad... it might even be expected based on the data you are passing as a lookup value and the lookup values that you have mapped in your dictionary.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;console("Use Barcode as a lookup value, return the address")

// The real barcode scan for production
var lookupValue = $feature.OldMeterNumber;
console("&amp;gt;&amp;gt;&amp;gt; My Scanned Barcode: " + lookupValue);

// Use for Testing, Simulate Barcode Scan, remove in production
// var lookupValue = '1NF314421199';
// console("&amp;gt;&amp;gt;&amp;gt; My test lookup value: " + lookupValue);

// My Hard Coded Lookup Values
var d = Dictionary(
	"1NF314421199", "69944 SUNNYFIELD RD");

console("&amp;gt;&amp;gt;&amp;gt; My Lookup Values: " + d);
console("   &amp;gt;&amp;gt;&amp;gt; Looking for " + lookupValue + " in " + d);

if (hasKey(d, lookupValue)) {
    console("      &amp;gt;&amp;gt;&amp;gt; " + lookupValue + " was found! " + "Address: " + d[lookupValue]);
    return d[lookupValue];
} else {
    console("      &amp;gt;&amp;gt;&amp;gt; The lookupValue was NOT found!");
    return "Unknown";
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 18:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177668#M3632</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-26T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177680#M3633</link>
      <description>&lt;P&gt;Okay.&amp;nbsp; I've attached two screen captures; one for Results and another for Messages.&lt;/P&gt;&lt;P&gt;You are correct that the Unknown appeared in the Results.&lt;/P&gt;&lt;P&gt;Please see attached.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177680#M3633</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-26T19:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177684#M3634</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/416944"&gt;@JD1016&lt;/a&gt;&amp;nbsp;Perfect.&amp;nbsp; So this result was anticipated.&amp;nbsp; Your scanned barcode is null, which is not a key in your dictionary.&amp;nbsp; Your expression works. Now it is just up to you to scan a barcode that has a lookup value in your dictionary.&lt;BR /&gt;&lt;BR /&gt;Note, that the reason your barcode field (feature.OldMeterNumber) is null is because when you test in the expression editor it is pulling test data from the first feature in your data.&amp;nbsp; The OldMeterNumber field might not have a value in that feature.&amp;nbsp; Or maybe you don't have any data collected yet.&lt;BR /&gt;&lt;BR /&gt;So either edit or create feature 1 in your data so that OldMeterNumber has a value that is in your lookup table.&amp;nbsp; Then when you test here, you won't get an unknown, you will get an address.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177684#M3634</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-26T19:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177688#M3635</link>
      <description>&lt;P&gt;I completely understand your logic on this and it "should" work but when I use the ArcGIS Field Maps app, scan the meter (which is in my office), it populates the barcode field with the accurate code that is in the expression but the Address line remains Unknown.&amp;nbsp; It does not bring in the corresponding address.&lt;/P&gt;&lt;P&gt;So sorry...I wish I had better news since you are working so hard on this.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177688#M3635</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-26T19:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177689#M3636</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/416944"&gt;@JD1016&lt;/a&gt;&amp;nbsp;Just checking that you reloaded the map (or killed Field Maps App and relaunched it) after making your changes to the form to bring in your changes to the mobile map.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177689#M3636</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-26T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177691#M3637</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; I sure did.&amp;nbsp; I went back to the Maps window, accessed Reload map, and began my scan.&amp;nbsp; I actually did both...killed and relaunched it.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177691#M3637</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-26T19:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177695#M3638</link>
      <description>&lt;P&gt;Bummer.&amp;nbsp; Do you want to post a picture of that barcode.&amp;nbsp; I'll see what I can come up with on my end.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:37:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177695#M3638</guid>
      <dc:creator>JustinReynolds</dc:creator>
      <dc:date>2022-05-26T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177699#M3639</link>
      <description>&lt;P&gt;Absolutely.&amp;nbsp; I've attached a screenshot.&amp;nbsp; Thank you again, Justin.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177699#M3639</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-26T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177706#M3642</link>
      <description>&lt;P&gt;Did you check whether the OldMeterNumber field has what you're expecting? Instead of returning the address, just return that field to test it out, skipping over the dictionary and HasKey section.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var lookupValue = $feature.OldMeterNumber;
return lookupValue;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 20:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177706#M3642</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-05-26T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Expression for Barcode Scanning</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177908#M3650</link>
      <description>&lt;P&gt;I did not.&amp;nbsp; So...just so I understand...swap out all the code that is currently in the expression...and use only the two lines that you've included?&amp;nbsp; Is that right?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/arcade-expression-for-barcode-scanning/m-p/1177908#M3650</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-05-27T12:19:09Z</dc:date>
    </item>
  </channel>
</rss>

