Can you retrieve scenario details via the make module?

Is it possible to retrieve scenario details via the make (or other) module like:

  1. Name of module used (i.e. Airtable)
  2. Action selected (List all records)
  3. Module custom name (i.e. Retrieve records from “Test Account”)
  4. Fields modified (Account = “Test”, Action =“Get a record”, Table = “Test Table”, View = “Test View”)

etc.

Why? I want to retrieve this information, so I can document these workflows or automatically update my documentation so I can share this the team.

Hi @Connor_Finlayson,

I don’t have access to the Make API but I believe what you are looking for can be done through the Get Blueprint API and possibly through the Get Scenario Details endpoint.

Through Blueprint One, You will have access to all the details including the parameters set to a particular module.

  1. Name of module used (i.e. Airtable)
  2. Action selected (List all records)
  3. Module custom name (i.e. Retrieve records from “Test Account”)
  4. Fields modified (Account = “Test”, Action =“Get a record”, Table = “Test Table”, View = “Test View”)

These all details should be there, however, I am not sure if there is a straightforward method to track the modified field, Maybe using the blueprint version API to get previous version and running Get a Blueprint can be used to do this.

1 Like