I am looking for help with an arcade expression to autopopulate a field on an hosted table based on a field in a hosted feature layer. Example: hosted table & hosted feature - fields code_number & status
If code_number on both hosted table & hosted feature match then return the status from the hosted feature into the corresponding status field into the hosted table.
I hope this makes sense, any help would be greatly appreciated.
Thank you!
Solved! Go to Solution.
Hi, I've never done this with a hosted table, but I used a similar script based on matching fields between hosted layers to extract and then insert data from one layer to the other. My understanding of Arcade is basic, but I adjusted the script to fit what I think you're trying to do, but again this is if they were both hosted layers, not sure how it would need to be adjusted for a hosted table:
Hi, I've never done this with a hosted table, but I used a similar script based on matching fields between hosted layers to extract and then insert data from one layer to the other. My understanding of Arcade is basic, but I adjusted the script to fit what I think you're trying to do, but again this is if they were both hosted layers, not sure how it would need to be adjusted for a hosted table: