Find form based on internal label
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';
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';