How can I create a point from two projected coordinates? I want to take two strings as input (X and Y) and then create a geometry at that point, re-project to WGS84 and add the result to the map? The reason I am doing this is to publish as a GP service to consume in an AWAB application via the GP widget. Sounds easy, but stuck at creating the point! Any pointers appreciated 🙂