Get an alias for cryptic data

Is there a way to attach data (best account wide) to an alias?
For example:
I have 5 different Webhook triggers, but they all have the same datastructure. The name of the datafield is cryptic (see here)
Is there a way to get an alias for this datafields (for example cryptic_data_123 = Name), so it’s easier to work with this fields?

You’ll have to use the built-in function toArray on a parent variable (a collection containing all these values).

e.g.:

toArray(1.data)

For more information, see the function documentation in the Help Center.

Otherwise, there is no functional difference if you mapped the variable, as the value is what you want.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like