In Gallery1 is Label1 and Label2.
Intent -
When 'Add SOW' button is clicked (creating item in Gallery), auto-populate
Gallery1 Label1 with next/first available number from collection (SPList1),
which has one column, 'Title', with a list of numbers from 1 to 25.
If the 'Add SOW' button is pushed a second time, the next item created should
have the next number available that doesn't match the number of above.
In the example I am able to populate Label1 using 'First(col_Collection).Title'.
However, all subsequent Gallery1 items also have '1' in Label1.
In the example, the first item was automatically numbered '1'. The next item
created should have '2' in Label1.
Label1 has -
Default: First(col_SOW_Numbers).Value
OnChange: ClearCollect(col_SOW_Picked,Self.Text)
'Add SOW' button has -
OnSelect: Collect(colLOADSOW, {intLOADSOW: GUID(), rem: false})
Gallery1 has -
Items: colLOADSOW