Hey, So I was doing this challenge 74, it's related to creating a standard macro. So I made a dashboard, converted it into a macro and ran it, and it works completely fine. But when I import the Macro into the challenge dashboard and run it, it gives me the following error (Error: macro (25): Internal error processing macro: missing field map for "Input6"). I tried to figure out why but couldn't find any problem in the setting of the Macro. Can someone help me to know what is the problem and how to fix it? I have attached the macro and dashboard below.
Solved! Go to Solution.
The error that you're seeing is because the macro needs to know which field to map to its internal [Number] field. It's a way to ensure that you check the macro configuration questions and make sure that all of them have answers.
Since your Text Input tool already had a compatible field called Number, it's assigned as the answer to the question. If you click on the canvas now, the error should disappear.
Dan
Thank you Dan, it worked.