Make Grid
Best practices to use Make Grid
2 min
based on grid's purpose of seeing dependencies, data flow, and overall structure, here are some best practices for using grid to manage your automations effectively use folders you can create folders in grid to keep the landscape organized each folder in grid represents a specific island naming convention use meaningful action based naming conventions to stay organized when working on complex projects, especially within a team, your naming conventions are critical for readability and maintenance while naming a , consider a 's purpose, data flow, and potential impact for example use sync new gmail contacts to contacts list , instead of google sheet sync contacts name individual modules to clearly describe the specific action they perform in the workflow; for example, find users {email address} instead of google sheets get values plan dependency migrations use grid as a pre migration checklist to identify and isolate dependencies to prevent workflow breaks before replacing any dependency, use the attributes view to document data fields being consumed by downstream dependencies this ensures that when you make changes to a dependency, you map each piece of data correctly, ensuring data integrity when replacing a core dependency such as a database, use the links view this view clearly shows if other, seemingly unrelated or folders rely on that dependency this prevents unexpected outages across your entire workspace optimize performance and reduce cost grid is a powerful tool for identifying inefficiencies that consume operations and slow down execution when troubleshooting , use different layers to identify consumption if the module is pulling large arrays or bundles, you have a bottleneck the best practice is to always apply filters as early as possible in the chain to reduce the size of the data being processed, saving both time and operations