I have an app called credit requests with a credit # I want to increment when new requests are entered. I added a sharepoint list credit numbering with 1 document with the number 2500. I've tried adding a flow when new credit request entered where I get the credit numbering document with the 2500 in it to then increment by 1 and update the number both in the credit numbering document and the credit request document. Having a syntax issue and could use some help.
I use get item on credit numbering/ then compose with function add(outputs('Credit # sequential',1). This is where I get the error. I must have syntax for add wrong.