I am trying to use the Define Location Step after a Survey123 Step. I have tried using a survey with a geoshape question (name=location) with method=vertex as the body::esri:style and then with a geopoint question (field name = location)
In the Designing Advanced Workflow video of the Workflow Manager learning plan, @JFarmer did this exact thing with a point question using the following in the Geometry location method:

jobExtendedProperty($job, 'incidentreporting', 'shape')
I am trying to do the same with the following:

jobExtendedProperty($job, 'testpointproject', 'shape') with 'testpointproject' being the name of the survey added. Is 'shape' the name of the geopoint/geoshape question, or is that pulling from the shape geometry of the feature layer? Either way, I keep getting an error "Failed to save location" when the Define Location Step runs.
Am I missing something with the Arcade expression?