I need to design a Purchase Order form, with different Suppliers, SKUs, Quantities and Costs, and set it’s Workflow.
I tried with a repeating group that displays the selected supplier’s SKUs. In each Repeating Group Cell, I left a disable Searchbox with current SKU name, a normal input for the user to input the Quantity bought for the PO, and a normal input for the SKU Cost.
My biggest problem is I can’t set the workflow. I’m trying with a new Data Type to store the inputs of the form, but just don’t know how to set it.