Does Automate 11 connect to Sharepoint 2019? I am able to create a session and the step succeeds but once i want to add users to a group that next step immediately fails. Unless i am setting the step up wrong? any help with this?
<AMSHAREPOINT ACTIVITY="create_session" SITE="https://FILLER-SITE.sharepoint.com/sites/TECH" SESSION="SharePointSession1" />
<AMSHAREPOINT ACTIVITY="add_user" SESSION="SharePointSession1" ID="35" TITLE="Users title" LOGIN="User ID" EMAIL="Email" />
Thank you