I am trying to learn if we can use arcade scripting to create buffers around points in a featurelayer in agol. I know this is possible using javascript but would like to use arcade snippets if possible. Anyone try to do this?
Code like this seems reasonable and I have tried to use it with popups but nothing gets updates on a map. I must be misunderstanding something here. Any thoughts?
var PtsLayer = FeatureSetByName($map, "Employees_Location_Pts")
var bufferedStations = Buffer(PtsLayer, 100, 'meters');
bufferedStations
Error: "Test execution error: Execution error - Invalid parameter. Verify test data."