I am trying to build an application through experience builder which allows me to select a point feature and create a buffer around that selected feature based on a field within the feature data. This buffer need to be then loaded into another feature as a polygon which I can then adjust as required.
I need all of this to occur while out in the field which is where the biggest challenge is.
I have written the JavaScript to do this and have hosted it on GitHub.
I'm now struggling to find a way to trigger this from experience builder.
I have tried putting a code into the embed widget to allow for the process to occur however I can't get the button widget to trigger the embedded widget.
Am I missing something or is there a better way to do this?
Any help would be much appreciated.
Thank you