Help on Toast
I need some help with setting up toast messages after an API call . I 'm using Spark Core but I 'm having trouble understanding the documentation for this specific feature . Has anyone done this before ? Is there a good guide or tutorial you could point me to ? Any help would be greatly appreciated ! To use the toast from Spark Core , you must subscribe to the "sc -toast -provider " context and the showToast workflow it exposes . Then after your API call you can then trigger this showToast with the appropriate message . Note that it might not show in the editor , I normally test them in a new tab .