Hello
I have a feature layer and related table that are created via Survey123 and updated via Field Maps with links to Survey123. I am trying to crate an ArcGIS Online map that will only display the most recent table record for the pop-ups.
For example, I have one table, Condition, where some of the features may have two to three conditions submitted over the course of the project. I am only interested in the most recently submitted record for the Condition table.
Hopefully that makes sense, but please let me know if you need any clarification.
You can use Arcade in the pop up for this. Take a look at the FeatureSet commands.
Great,
Thanks for the link, I will look into this.
I also forgot to include the following information that may lead to a different solution.
For the Condition table, which I am trying to show the most recent record I have a question that is Yes or No and this is what I am trying to achieve.
My assumption is that I need to set up an Arcade expression that would pull the most recent record so that the previous "yes" answer will not show up on the online/Field Maps maps anymore.
Please let me know if this provides more clarification on what I am trying to do.