@Nikita_Kurguzov
I want to find all groups (3-5, maybe with time more) in which title begins with name like adminGroupDAC, adminGroupDAES, and etc. And after i get that groups to set the field PeoplePicker with find groups: fd.field('PeoplePicker').value= //groups with beginig admin (3,5 and more)
and have one error:
It like: The specified view is invalid
Probably it is because of returning many groups that can't be show in alert view
Dear @ixxxl,
The error tells you that there is no property value of undefined - that's because the field is not found on the form. You need to use Internal Name of your field, instead of PersonsFieldName, cneck it in the editor by selecting the field and checking its Name property: