Hi Alexander,
I am trying to fill the ‘Raised by’ and ‘Responsible’ fields in my DFFS NewForm with the current user using rules.
If I use the default MS PeoplePicker the name is not validated and I get an error on Save unless I click on the Check Names button first.
If I use SPJS Autocomplete the field does not appear to get populated when I use a DFFS rule to write to the field.
If I use a text field type I can use the SP ‘Default Value’ =[Me] (but gives me the wrong name property).
My ideal would be a SPJS Autocomplete field that I can populate with a DFFS rule and not have to validate/click afterwards. Is this possible? Many thanks