How can I get new instant forms from facebook?

Hello Community,

I’m currently building a scenario to save new leads generated from Facebook to Google Sheets. However, it seems that the current ‘New Lead’ module only allows you to select existing forms and retrieve new responses for those forms.

To create a scenario that works even when new ads are created and new forms are added, the following steps are needed:

  1. Retrieve the IDs of all the instant forms I created (including the newly added forms).
  2. Retrieve new responses submitted to those forms.
  3. Append the new responses to Google Sheets.

Is there a way to make this possible?