Help needed for a flow

Hello everyone,

I’m new to Novacura and need help creating a flow for the following task:

  1. Prompt the user to enter a Part Number and a Count of serial numbers.
  2. Use the Novacura print connector to generate labels that include the Part Number and sequential Serial Numbers.

For example, if the user enters Part Number: “A124” and Count: 5, the flow should print:

  • Part Number: A124, Serial Number: 1
  • Part Number: A124, Serial Number: 2
  • Part Number: A124, Serial Number: 3
  • Part Number: A124, Serial Number: 4
  • Part Number: A124, Serial Number: 5

I understand that a loop is needed for iteration, but I’m unsure how to structure it. Could someone share a screenshot or example of how to set this up? I’d really appreciate the help!

Thanks in advance!

Hi @Akshaya ,

welcome to the forum! (and the beautiful and sometimes crazy world of Novacura Flow :slight_smile: )

Something like this should do it:

Just replace the Checkpoint element with a machine step tat is actually using the print connector and you should be good.

Hope this helps!

B R
Ivan
Test Print Serial increment.flow (25.1 KB)

1 Like