Possible to get variable from custom tiles script?

Is it possible to get a variables value that is defined in a custom tile? For example a user may be prompted to enter their name, and I’d like to use that name elsewhere on the dashboard.

Or would I have to push that value out through axils.get/post to another server and bounce it back into a webhook?
Thanks

Edit: duh I just realized I could push that value out to a sharptools webhook directly if I can’t grab it from the script.

Yes, using the HTTP Trigger feature of SharpTools rules to update a variable from a Custom Tile would work well.

There’s not currently a method to retrieve variable values, but variables are of course available directly in Variable Tiles as well as in Super Tiles (beta).