Pretty sure this is one of those accidental commits to the codebase, but it appears that for some reason the submit button attached to a table has been re-introduced.
You can find its controls in the cl of a Table component and interestingly it renders in Desmos’ old blue theme colour. See:
Good catch! The sink is currently deprecated and no longer receives updates, which is why you won’t find it in any documentation anywhere and won’t autocomplete in the CL scripting window. It’s still around to make sure that old activities with it in use still work, but may go away completely one day. So, make sure that you use an action button if you want to make sure your activities continue to work!
Pretty sure it actually was removed entirely in the past.
This is more of a heads up for the production team when they’re pushing code to the master branch as I do believe this snuck back in probably inadvertently. Pass that along if you could please.
From what I can tell (and from my experience so far working for Amplify) they don’t typically just remove features, they very slowly depreciate them before eventual removal. But you could be right, it may have snuck it’s way back in. Either way, the engineering team has been made aware. Thanks!