Listing Attributes

(Trevor) #1

Is there a way to get a list of all attributes that have been created? The reason I ask is that while I’ve been testing/learning, I’ve set a lot of attributes and wanted to know how to clean up attributes that are no longer in use.

(Daniel Beckett) #2

Hi Trevor,

If you look in the Interaction Logs there should be a record of attributes associated with a user on the trigger output.

(Trevor) #3

Thanks Daniel! What I’m looking for is a list of all attributes that have been set/created, does this exist or is there some sort of API call to retrieve this information? If one day I develop a flow and set an attribute with name “IsLoggedIn” and test against that flow but then another day I go and update the flow and change that attribute name to “IsAuthorized”, what happends to “IsLoggedIn” Attribute? Do I need to manage/clean up attributes?

(Daniel Beckett) #4

There’s gonna be some new tools released soon to help with this. :slight_smile:

3 Likes