This workflow simply exports all your CloudFlare domains to Google Sheet to get high overview of all of your settings. This could help for easy debugging, searching or similar needs.
In flow simple pagging nodes are used to iterate over all your domains, because this list could be huge.
For each host we are merging DNS & Settings and transforming them into columns for all our domains.
For storing and processing of data in this flow you will need:
For full details and specifications please use API documentation from: https://developers.cloudflare.com/api/
If you encounter CF API timeouts - I would suggest to only put somewhere in the loop simple sleep/wait node - for couple of seconds - and it should resolve timeouts.
I've used simple Google Sheet feature conditional formatting
to visually distinct my on|off toggles that was of my interest to easily get high overview for debuggint some of the settings on my hosts - but please use your own logic or change it completely.