I need to use the website function to read text on a website but I need that option to read information that will appear later, so is there a possibility to apply something like the catch option and once the data is available the website can read that information? thanks in advance
Hi Aldo,
Unfortunately, the website command runs when the snippet is triggered, so it can't update after in the editing window.
I recommend waiting to trigger the snippet until that info is available, or using a different snippet to fetch that data. There is a catch command in Text Blaze, but this only allows you to set a default value if the website command raises an error. It looks like this:
{=catch({site: text}, "default")}