One of the awesome features of WP Automatic is automatically setting custom fields. This can help us set options for other plugins/theme for each post created by WP Automatic.
How to find the custom field name and value?
For example, VideoPro theme has the option to select what playlists the post belongs to
We want to automatically set this option for each post so
1- The first step is to publish a post manually and set the desired options
2- We then copy the post ID
3- Search the table named wp_postmeta for all custom fields for this post
Now we see the suitable field name and value to use at WP Automatic
Copy and paste them and you are done
If you don’t know how to access the database, try this awesome plugin
https://wordpress.org/plugins/ari-adminer/