Explore more
Developers

Make DevTool

26min
{{product name}} devtool allows you to debug your {{product name}} {{scenario plural lowercase}} by adding an extra pane to the chrome developer tools using this new debugger pane, you can check all the manual runs of your {{scenario plural lowercase}} , review all the performed operations, and see the details of every api call performed additionally, with {{product name}} devtools you can see which module, operation, or response caused an error in your {{scenario singular lowercase}} this helps you debug your {{scenario singular lowercase}} and get your {{scenario singular lowercase}} back on track install make devtool open the chrome web store and search for {{product name}} devtool you can also use this direct link to install the extension click the add to chrome button confirm your decision in the pop up window that opens {{product name}} devtool is installed in the chrome developer tools pane to start using {{product name}} devtool, open a {{scenario singular lowercase}} in {{product name}} , press control+shift+i or f12 (windows) or command+option+i (mac) on your keyboard to open chrome developer tools, and switch to the {{product name}} tab we recommend docking the chrome developer console to the bottom to maintain a better view of your modules make devtool use live stream live stream displays what is happening in the background of your {{scenario singular lowercase}} when you hit the run once button it allows you to view the following information for each module in your {{scenario singular lowercase}} request headers (api endpoint url, http method, time and date the request has been called at, request headers, and query string) request body response headers response body after you run a {{scenario singular lowercase}} , select live stream from the left side panel and click one of the tabs in the right panel of {{product name}} devtool to view the information devtool live stream search in logs enter the search term into the search field in the left panel of {{product name}} devtool to display requests and responses that contain the search term search in logs clear the list of recorded requests to clear the list of requests recorded by {{product name}} devtool, click the bin icon next to the search field enable console logging to enable logging into the console, click the computer icon next to the search field when logging is enabled, the color of the computer icon switches to green enable console logging click the same icon one more time if you want to disable logging the icon turns gray when the feature is disabled retrieve the request in the raw json format or curl to retrieve the raw json content of the request, click the copy raw button in the top right corner of the devtool's panel copy raw similarly, you can retrieve curl using the copy curl button next to copy raw in the top right corner of {{product name}} devtool's panel scenario debugger {{scenario singular}} debugger shows you the historical logs of your {{scenario singular lowercase}} the {{scenario singular}} debugger displays the history of the {{scenario singular lowercase}} runs and enables you to search for modules by their names or ids search for modules to search for the module by its name or id number, enter the search term in the search field in the left panel of the devtool search for modules open module settings double click the module's name in the list to open its settings in the {{scenario singular lowercase}} editor view request or response details you can open the request details by clicking the operation in the list view request or response details tools the following set of tools makes setting up your {{}} easier focus a module opens settings of the selected module module id is the number you see in your {{scenario singular lowercase}} editor next to the name of the module the same apps used multiple times in one {{scenario singular lowercase}} will have different ids for each module field description module id enter the id of the module for which you want to open settings and click the run button find module(s) by mapping allows you to search modules' values for the specified term field description keyword enter the term you want to search for and click the run button the numbers in the output are ids of modules that contain the term you have searched for use only values you can enable this option to only search in module fields' values, or disable it to also search in module fields' names the search is performed through the name and label parameters get app metadata retrieves metadata of the app by the app's module name or id this is useful, for example, when you need to retrieve the app's version used in your {{scenario singular lowercase}} for the technical support or the developer of the app field description source module select the module for which you want to retrieve metadata copy mapping copies values from the source module to the target module make sure you set the correct source and target modules because values in the target module will be overwritten if you select different types of modules, values in the target module will be deleted field description source module select the module or enter the id of the module from which you want to copy field values target module select the module or enter the id of the module into which you want to insert the source module values switch on the map toggle to manually enter the id of the modules for mapping when the source and target modules are specified, click the run button to perform the action copy filter copies the filter settings from the source module to the target module the copy action is performed on the filter placed on the left side of the selected module copy filter field description source module select the module or enter the id of the module from which you want to copy filter values target module select the module or enter the id of the module into which you want to insert the filter values from the source module note that the values in the target module will be overwritten preserve fallback route setting if enabled and the source filter is set as the fallback route, then the target filter is also set as the fallback route when the source and target modules are specified, click the run button to copy the filter swap connection duplicates a connection from the source module to every module of the same app in the {{scenario singular lowercase}} field description source module select the module or enter the id of the module from which you want to duplicate the connection and set the same connection for every module of the same app in your {{scenario singular lowercase}} swap variable searches for specified variables in the {{scenario singular lowercase}} and replaces them with a new variable field description variable to find select the variable which you want to be replaced from the module in your {{scenario singular lowercase}} and copy it to the variable to find field you can also drag and drop the variable into the field after it is done the format of the value in the field will look like this {{5 value}} replace with copy and paste, or drag and drop the variable you want to use instead of the variable specified in the field above the format of the value in the field will look like this {{5 value}} module select the module in which you want to replace the variable if no module is selected, the variable will be replaced in the entire {{scenario singular lowercase}} swap variable when all is set up, click the run button to perform the action swap app replaces the selected app version in your {{scenario singular lowercase}} with another app version this tool can be used, for example, to upgrade gmail and email apps' modules to the latest version before swapping make sure that the version you’ve selected supports all the modules and functions you might need for your {{scenario singular lowercase}} base 64 allows you to encode the entered data to base64 or to decode base64 this tool can be useful when you want to search for particular data in the encoded request field description operation select whether you want to encode the data from the raw data field (below) to base64 or decode base64 to raw data raw data enter the data you want to encode to base64 or base64 you want to decode to raw data, depending on the option selected in the operation field above when the input is specified, click the run button to perform the selected action copy module name copies the name of the selected module to your clipboard field description module select the module whose name you want to copy when the module is selected, click the run button to copy the module's name remap source allows you to change the mapping source from one module to another you can do it for the already existing module in your {{scenario singular lowercase}} as well as add a new one field description source module select the module you want to be replaced as the mapping source for other modules in your {{scenario singular lowercase}} target module select the module you want to use as a new mapping source module to edit in case you don't want to change the mapping in the entire make, select the module you want to change the mapping for when all is set up, click the run button to perform the action highlight app highlights modules of the specified app in your make field description app to be highlighted select the app you want to be highlighted in your make version select the version of the app you want to be highlighted highlight color enter the color hex you want to use for highlighting modules highlight app migrate gs this tool is made especially to upgrade google sheets (legacy) modules to the latest google sheets version it adds a new version of the module just after the legacy version of the module in the {{scenario singular lowercase}} route