Hello everyone,
I’m new to Novacura and need help creating a flow for the following task:
- Prompt the user to enter a Part Number and a Count of serial numbers.
- 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!