Hi everyone,
I have been having issues getting my JSON to populate with the last record. Basically, once the user selects Station_Name, I would like the previous record to pull up. Could someone please review my XLS? Thank you!
Hi @bsklaohfl,It looks like the problem is in the where clause. Try changingconcat("Station Name=",${Station_Name},"'")toconcat("Station_Name='",${Station_Name},"'")The field name has an underscore in the feature layer, and there also needs to be a single quote before the double quote so the value for ${Station_Name} will be wrapped in single quotes.Thanks,-Barbara
Barbara,
THANK YOU A BILLION. This worked! Wonderful!
Brooke
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.