Skip to main content

Is there any way to dynamically create a label from an id? For instance: 
{
  bIN9E6Xs: 'User Test',
  BCUu0MjH: 'test@test.com',
  BCUu0Mjg: 'test@test.com',
  ejWxjRhX: 'Test comment',
  hi89nTL9: '1995-01-01'
}

Output as:

{
  'What your name': 'User Test',
  'Your email': 'test@test.com',
  'Your email': 'test@test.com',
  'Leave a reply': 'Test comment',
  'Date of birth': '1995-01-01'
}

In this case there can also be repetition of this label, and not of an id. The hook call already has all the data including an id and label relationship and I'm using Zapier Visual Builder

The image above shows how the data currently returns and image below how you would like to format it.

 

Hi ​@Michael Ferreira 

Try this guide: