Hi there,
Thanks for this powerful tool I like it so much, this is my first workflow hope to have good feedback from experts.
My problem now is:
I built a workflow to publish the WordPress post to the social media page … after publish I saved the post to Google Sheets to prevent it from being added again. The problem now three records added to Google Sheets from each node… I added an aggregator to prevent loading three records but each time moved through the aggregator and inserted the record.
I have now two problems:
1- I add merge node but still out three records … it must me just 1 record.
2- In the google sheet node I add a confirmation field called " Facebook" and “Instagram” to add “ok” in case of retrieve ID and POST ID from facebook or ID only from Instagram but when I try to create an if statement it returns Empty value: {{ $json.Facebook_PostID ? 'ok' : '' }}