Skip to main content
Solved

Loop through FeatureJoiner

  • April 24, 2021
  • 2 replies
  • 108 views

connecter
Contributor
Forum|alt.badge.img+10

Hi,

is it possible to loop through a FeatureJoiner? I created a custom transformer and I activated the setting to allow blocking transformers. My goal is to remove the first 3 rows and the connected IDs in the rows further down.

2 Screenshots (hopefully) help to understand the problem).

Thanks!

 

loop_2 

loop

Best answer by takashi

Hi @connecter​ , if I understand the requirement correctly, I think this workflow does the trick. No need to implement looping.

update-id-list

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7842 replies
  • Best Answer
  • April 26, 2021

Hi @connecter​ , if I understand the requirement correctly, I think this workflow does the trick. No need to implement looping.

update-id-list


connecter
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 72 replies
  • April 26, 2021

Hi @connecter​ , if I understand the requirement correctly, I think this workflow does the trick. No need to implement looping.

update-id-list

Thanks @Takashi Iijima​ , cool trick!