I am trying to add multiple tags to a wordpress post via Make.
I can get the ID tags, and have done so, as visible in the screenshots. I have used the following format, provided by this Q&A: WordPress Help - #6 by a7187997
[
“Tag 1”,
“Tag 2”,
“Tag 3”
]
replacing the Tag # with the ID.
It still gives me the same error, see attached. How would this work?
You might want to remove the double quotes around the variables, since that makes it a string variable type, and the error is complaining that it expects an integer number type.