Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Pushing all the records for IncomingInterface Python Engine SDK

fardeen9983
8 - Asteroid

So I am using the Engine SDK and am using the IncomingInterface class to loop through the records one by one. 

I have a condition based on which I skip processing records after a point and just push them out.

 

So let's say I have 100 records as Input, I have processed 80 of them and sent them to output anchor O. Now my condition to skip has been met, and instead of just passing the remaining 20 records one by one I just wish to push them at once to another Output anchor A.

 

Note: Output Anchor has the same record info as the input anchor, minus one column/field.

 

What should I do and in which function?

 

Thanks for the answers. Have a nice day.

0 REPLIES 0
Labels