🔥 600+ people already subscribed. Why not you? Get our newsletter with handy code snippets, tips, and marketing automation insights.

background shape
background shape

How to Find Data Extension Folder ID in Salesforce Marketing Cloud

I’m sure there was, or will be, a time when you need to find the folder ID where your data extensions are saved. This is mostly used in SSJS when creating or modifying data extensions.

You may be wondering how to find the folder ID. There’s no ID visible in the UI interface, and to find one, you need to either hover over the folder to see the ID in the link, or inspect the page and check the HTML element. It couldn’t be more confusing, but you need to look for the “categoryId.”

Hover over folder

This works in Email Studio, and when you hover over the folder, the category ID will be displayed where the URL shows in the browser.

Hover over folder to see data extension folder id. Look for category id.

Inspect element to find folder id

This works in both Email Studio and Contact Builder, but Contact Builder is less hassle. Email Studio captures right-click to display an additional menu for the data extension navigation tree, making it a bit more cumbersome.

Right-click on any folder and select Inspect from the menu to open the inspector tool. The folder ID should be visible right away, next to the label, as an attribute called id on the span element.

Right click on the folder which id you want to display and select inspect from the menu. That will display html elements from around the click was captured. This will reveal the category id aka folder id of data extension folder.

Oh hi there 👋
I have a SSJS skill for you.

Sign up now to get an SSJS skill that can be used with your AI companion

We don’t spam! Read our privacy policy for more info.

Share With Others

The Author
Marcel Szimonisz

Marcel Szimonisz

MarTech consultant

I specialize in solving problems, automating processes, and driving innovation through major marketing automation platforms, particularly Salesforce Marketing Cloud and Adobe Campaign.

Your email address will not be published. Required fields are marked *

Buy me a coffee
Subscribe

Get exclusive tips, scripts and news

Choose your topics

We don’t spam! Read our privacy policy for more info.

Similar posts
Index