Skip to content

Join not fire after filter when sencode source item add after the first source item fire. #1006

Answered by JakenVeina
Snailya asked this question in Q&A
Discussion options

You must be logged in to vote

If I'm reading you correctly, you're saying that...

  • .Filter(filter) excludes items from A when they do not have a matching item in B
  • When a matching item appears in B, the corresponding item from A has already been filtered out

If so, I would say that you need to rewrite your filter logic so that items from A that don't have a matching item in B don't get excluded. The .InnerJoin() effectively performs this exclusion for you. If this is not feasible, you need to adjust the filtering query to ensure that it refreshes when items get added to B, so that items from A that were previously filtered out get added back. You're already using .AutoRefresh() before .Filter() within your first quer…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Snailya
Comment options

@JakenVeina
Comment options

Answer selected by Snailya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants