Context:
I'm looking to update an entity class with values from a table. The goal is to count the values from the table to perform a symbology on my entity class.
Because if I'm not mistaken, it's not possible with arcade.
Arcade would just allow me to count to show that total in the popup, but not to do any symbology.
Concrete case:
I'm working with a Survey123 Connect form
With Pulldata (JavaScript), I use a Query request which counts the number of elements on a considered set of my table.
On this same JavaScript file, is it possible to perform an Update Feature request to feed my entity class with the result of my previous Query?
Thanks for your help.