Hello,
I don’t know if I will manage to explain this well. I am exporting LinkedIn posts of the leads in my CRM. Some of the posts are reposts and some are posts that the people wrote themselves. When I get the posts I get them in bundles. I have a data point where it shows if the post is a repost or not.
I need to get only the last post that is not a repost. So the iteration needs to stop when it gets the 1st post with a “false” value.
Any idea how I can do that?
Thanks