Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Macro error message - missing field

Naledi
7 - Meteor

I built a standard macro that parses a json input into a table. It works fine, but annoyingly, it always shows the message: 

 

'The field "meta_timeEnd" is not contained in the record. '

 

2019-04-15_16-38-09.png

 

This relates to a sort tool used in the macro. Any ideas how to get rid of this error message? Unfortunately the data are confidential and so I cannot share the workflow. 2019-04-15_16-37-58.png

2 REPLIES 2
BenMoss
ACE Emeritus
ACE Emeritus
Hi @Naledi, there is a way to suppress this kind of error yes, it's a bit hacky mind.

Prior to the sort tool, or probably more appropriately after your cross tabs, union the data stream with a text input which contains the expected headers.

Ben
Naledi
7 - Meteor

Thanks Ben, that seems to work =) 

Labels