Hey, I hope you’re doing great. I have a problem that I am not being able to resolve. I keep getting the following error that’s refraining me to publish my app:-
Static sample includes fields not found in latest task history (ID: 00d49543-2046-a4e7-a86b-a26973fc7a31); extra keys: “id”, “msg”
This is the sample data that I have set :-
{
“id”: 2,
“msg”: “Action, thriller”,
“date”: “123”,
}.
I have also attached a screenshot of it (the first one).
The data that my latest zap returns is :-
id:2
msg:Action, thriller
date:123
Also attached a screenshot of it (second one):-
I want to publish my Zapier App and this is the only error that I am getting. I need the client_id of my Zapier app as I want to embed my zaps on my original (Vue) application.