Hello all,
I have an attribute rule which will create an association when a new device is created within 25ft of a pole feature. If there is no pole within 25ft it will simply create the device and no association will happen. I am looking for a way to return a warning message for the user if that if there is no pole within the above range it will show a message. Now I have tried using return keyword like return "No pole is present within 25ft" , I have also tried having the message stored in a variable and call that variable in the return function. That didnt help. As in no msg is displaying.
I see we have an Errormessage keyword is the arcade dictionary, but nothing for warning or so.
I am using this code for the same, Can someone suggest how to achieve the warning portion?