I want to reset "Text" property of TextInput using Reset(TextInput); function
Initially I set the "Text" property to a variable called "coordinates" then using below function on button OnSelect
UpdateContext({coordinates:Location.Latitude & ","& Location.Longitude});Reset(textInput)
Reset() function gives following error "The function expects a resettable control as its input."
Where is it wrong?
@WarrenBelz @Drrickryp @timl @TheRobRush