Find form based on internal label

From SMTX Wiki
Revision as of 10:17, 24 August 2022 by Smtxwiki (talk | contribs) (Created page with "If you want to know the ID of a form, and you only know the internal label, use this query: SELECT [Id] FROM [Form] WHERE [InternalLabel] = 'FormLabel';")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you want to know the ID of a form, and you only know the internal label, use this query:

SELECT [Id] FROM [Form] WHERE [InternalLabel] = 'FormLabel';