Replies: 0
Hello,
We have the pro version of the plugin and are sending data to the Google Sheet when a new custom post type post is created. Strangely enough, custom fields attached to the post type are going into the Google Sheet successfully, but standard fields such as post_title, post_date, etc. are all blank going into the spreadsheet. The cells just get populated with --.
In looking at the log page, I see two entries for each new post:
- SUCCESS: okay, on the event A1 — this event’s
post_title,post_date, etc. are-- - SUCCESS: testing the post edited publish. — this event’s
post_title,post_date, etc. have the correct content listed
I’m not sure what the difference is between these two log events, but the event where the fields are “–” seems to be what’s being sent to the Google Sheet.
Any idea why these standard fields aren’t making it to the Google Sheet?
Thanks