how to use Excel Importer import user role attribute

0
I want to use Excel Importer to import user account,  all attributes are ok except user role. Can anyone explain how to configure the reference mapping? thank
asked
1 answers
0

When doing Excel imports always use temp objects. This way you can import the userrole just as a string. Then in the microflow to proces all the just imported temp objects you can retrieve the right user role based on the imported string and set the user role for that person. But this makes the import a two step proces. First import all in the temp objects and then the second step running a microflow that retrieves the correct objects and copy all the stuff over.

Regards,

Ronald

 

answered