Hi @wpconnectco
Thank you for the reply. We really appreciate that
We also create a support ticket related to your Pro version. Can you please have a look on that too?
Thank you
Hi @wpconnectco
If you can just add line of code in your plugin then it can resolve the issue
if( strpos($value, ',') !== false ) {
$value = explode(',',$value);
}
OR you must provide the hooks to filter that data etc
$value = apply_filters('air_wp_sync_filter_array_data',$value);