Find form based on internal label: Difference between revisions
Jump to navigation
Jump to search
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';" |
(No difference)
|
Revision as of 11:17, 24 August 2022
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';