Kanban Loops
This table controls card generation and printing (PFEP-style).
Setup
Add an Item lookup column that references the ArdaItems sync table Add a Card Size lookup column that references the Format Templates table Add a Label Size lookup column that references the Format Templates table Loop ID: concatenate(Item.Name, " - ", rank(RowId(thisRow), ...)) Actual: [Order Cards].count() (after Order Cards table is added) Calculated: RE + LO + WI + SA (or use Simple Calculation Mode) Card Generation
Use the ArdaCreateCardForItem pack action to generate cards:
Button: “Create Order Cards” Action: ArdaCreateCardForItem(TenantId, Author, Item.Eid, NPK, Unit, ...) Creates cards up to the Planned count Printing
Cards generated from loops will appear in the ArdaKanbanCards sync table and can be printed from the Order Cards page.