Hi all,
Very new to Power automate, and I'm trying to create a flow which adds a sequential number to a list whenever a new item is created. The number needs to start from 15000, so I can't use the auto-generated ID column, and apparently it also doesn't work to use that with a calculated column.
I've tried to build a flow using "when item created" > "get items" > "Compose" > "update item" but I'm coming unstuck at the formula for the 'compose".
we have a column currently called "Test Num" where we want the sequential number to be added, with an existing item which has "20000" in the "test num" column. Every formula I try either comes back with 'invalid formula' or simply doesn't update the test item when I add one. Any ideas please?