Hi,
I have a workflow that goes through a lookup on a database table to find max primary key, to be able to continue adding key values from max PK to my new records. However, I want to be able to handle a scenario where my table is all blank/empty. How can I generate 1 row on a table with 0 records? I have tried both MultiRowFormula and GenerateRows to do so, but I can't seem to figure it out.
Does anyone have a suggestion?