i developed a nice way to update and create products through a Airtable and Integromat (Make) Workflow. How ever, i have problems to get or create a playlist for a product. Is there a way to access the "sonaar_track...." fields? Actually i am sure i saw them once in my workflow, but i cant reproduce it.
Hey,
i developed a nice way to update and create products through a Airtable and Integromat (Make) Workflow. How ever, i have problems to get or create a playlist for a product. Is there a way to access the "sonaar_track...." fields? Actually i am sure i saw them once in my workflow, but i cant reproduce it.
Glad to get some help.
Best
the tracks are stored in a json in wp_postmeta table with metakey 'alb_tracklist'
eg: $data = get_post_meta($post_id, 'alb_tracklist', true);
We use CMB2 open source library to register the meta keys: https://cmb2.io/
Thanks,
Max from the Sonaar.io Crew
Thank you again