03-10-22 01:46 PM
08-07-24 11:44 AM
Hi @ewilson
Have you encountered the issue mentioned above please?
10-07-24 03:29 PM
@cathgen if there's a lot of email, Graph is likely paging the results. There should be an output property on the action called Next Page URI. You'll want to pass the value of that data item to the Get Next Page action in order to get the next page of emails. Then you'll need to check the output data item Next Page URI from that action too. If it's set, you'll need to call Get Next Page again. Basically, you do this in a loop until the value of Next Page URI is empty.
This is just the way the Graph API, and most other RESTful APIs that handle large datasets, work.
Cheers,
Eric
10-07-24 03:46 PM
Hi @ewilson
Im clicking the link you provided for the new connector but I'm getting an authentication error saying i need to log in to access it although I am already logged into the dx.
10-07-24 04:11 PM
@michaeloneil thanks for letting me know. Seems the connector was inadvertently set to be private. It's fixed now.
Cheers,
Eric
31-07-24 12:17 PM
@ewilson / All,
I am facing an issue while sending an email with attachment "400- Bad request" any suggestions will help
Microsoft 365 Outlook VBO latest 1.5v
In Attachments variable i am passing the path of the file with filename.
Thanks,
31-07-24 03:28 PM
@kiranb25 can you show the value of the attachment variable? I've tested with attachments both bigger and smaller than 3MB, per the VBO logic, and both tests ran fine.
Example:
Cheers,
Eric
31-07-24 03:42 PM
@ewilson Appreciate your quick response,
attachment = "C:\Users\bbbb\Documents\Test for API.xlsx" its empty file less than 3MB.
Thanks,
31-07-24 04:31 PM
@kiranb25 what version of the Utility - HTTP VBO are you using?
Cheers,
Eric
31-07-24 04:40 PM
@kiranb25 it turns out there's a bug in v1.5 related to adding the attachments. You can see it in the following thread. The version I was testing with was actually slightly older and didn't include the reference attachment section. We'll get it fixed ASAP.
Object error - Microsoft 365 - Outlook - 1.5.0 - SS&C Blue Prism Community
Cheers,
Eric
31-07-24 04:40 PM