Hello!
I’m new to make and have created an automation to take social media posts from Airtable and post them to Instagram and Facebook (Both video)
As I run the scenario it goes through the workflow and straight to the instagram side and completely ignores the Facebook workflow.
Not sure what I am doing wrong, any advice would be helpful!
1 Like
Welcome to the Make community!
This is because you are using a Text Operator
To compare an Array and String (Text) variable types.
To resolve this issue, you should use an Array Operator that uses “Contains”.
Hope this helps! Let me know if there are any further questions or issues.
You can also join us in the Make Fans Discord server to chat with other makers. Due to the evolving needs of this community, the Discord invite link can be found elsewhere on this forum. You can either search for it or message me to request an invite.
1 Like
Thank you for the help that worked out!
1 Like