November 9, 2011 at 5:35 pm #5944
Wow, that seems like a lot more work than:
1. Create a view in SQL as select NEWID()as NewGUID
2. Create SELECT action in a Database Connection that queries that view
3. Use a Connect object in the form for that action, returning the NewGUID to a helper Text Input Field
4. Insert your other data into your database, using the GUID in the helper Text Input Field