23-08-22 01:48 PM
26-08-22 12:55 PM
26-08-22 01:02 PM
26-08-22 01:29 PM
26-08-22 04:02 PM
31-08-22 09:36 AM
01-09-22 01:20 AM
12-09-22 12:08 PM
12-09-22 11:39 PM
14-09-22 08:51 AM
14-09-22 01:04 PM
Hi @john.hammond,
The Password data type in Blue Prism is nothing more than a Text item that only displays dots for characters. Under the hood, it's still regular text and that's the way the connector sees it. So there's no need to convert it.
See this page from Microsoft regarding upload sessions and Graph. It lists the required permissions based on the type of token you're using (Application vs Delegated).
https://docs.microsoft.com/en-us/graph/api/driveitem-createuploadsession?view=graph-rest-1.0
Cheers,