Extracting ID’s from an array for multiple Wordpress tags

I’m trying to create Wordpress posts with multiple tags but can’t seem to figure out the function I need.

The Wordpress module expects integers in a format such as:

158, 159, 160, 161, 162

The tag ID’s will always change depending on the content I’m posting so I need a dynamic function.

Get? Map? Split?

Everything I’ve tried so far either throws errors or produces empty values.


Hi @seldomstatic

To solve your issue, please enable the WordPress tag field and check the format, It only work with the actual field format. If it only contains id please use map function {{map(14.array; “id”)}} .

For further implementation, please contact us.

MSquare Support
Visit us here
Youtube Chann

2 Likes

Thank you! The map function worked correctly.