Skip to main content
Nintex Community Menu Bar

Return a user id from database

  • November 17, 2022
  • 1 reply
  • 12 views

Forum|alt.badge.img+4

I would like to return a user id and display it into a form from a database.

I only see one example and its complicated. Do I need to create stored procedure first for this to happen?

1 reply

MegaJerk
Forum|alt.badge.img+14
  • Scholar
  • November 21, 2022

If you're using the SQL Control in a Form then no you don't need to use a stored procedure that has been created on the SQL Server. You can just type in a query outright and it should work (test it!).