For example: If "XYZ" exists then "scrape data XYZ" else "populate table field XYZ with EMPTY".
In the scraper there are no conditionals. Yet, they are not needed, since most conditionals can be covered when you send the data to a database (Notion, Airtable, Coda).
For instance, you can Scrape active tab.
1. Do a conditional: if step 1's field XYZ is empty
2. Add data to Notion with the XYZ field as a fixed text "Empty"
3. If not empty... Then Add data to Notion with the XYZ field's result
Comments
0 comments
Please sign in to leave a comment.