Based on the available information, there's no direct way to reference an enrichment action's title within its own formula for conditional runs. Conditional formulas in Clay allow you to control when enrichments run based on other data, but self-referencing isn't mentioned in the documentation. What specific use case are you trying to accomplish with this self-referencing approach? This would help me understand if there might be alternative solutions available.
In my use case I have multiple tabs in Google Sheets that send data to Clay via Webhooks, the webhook has both the tabs/sheet ID and name, which I am trying to map with an action for the relevant tab/sheet owner. This is meant to be a workaround for this bug/lack of functionality I posted here: https://clayrunhq.slack.com/archives/C02F37UK3CH/p1748846557272679. Ideally I was able to just use one Google Sheet Lookup, Add, or Update Row action and just dynamically pass the sheet ID or name into it, but it doesn't seem to work that way. So the workaround is to "bake in" the sheet name, but before that I wanted to explore option to name action as per sheet name to make it somewhat more dynamic before hardcoding it.
Currently, Clay doesn't support referencing an enrichment action's own title within its formula. When working with Google Sheets tabs via webhooks, you'll need to create separate actions for each tab/sheet. For your Google Sheets integration, you must configure individual "Lookup, Add, or Update Row" actions for each tab, with the sheet ID specified directly in each action's configuration. What specific webhook data are you receiving that contains the sheet names you're trying to map?