Hello all! Im hoping I could get some guidance on an issue Im facing. I hope this is a simple oversight on my part but I'm using a flow from https://sharepointnomad.wordpress.com/2020/06/29/office-365-storage-utilization-alerts-with-a-power-automate-workflow/
This flow sets tenant storage alerting for Sharepoint by parsing the admins page json for certain parameters. Those parameters are converted into integers and with some simple div converted to a more easily readable number. I have this flow working in my lab but in prod its fails with the following error.
Unable to process template language expressions in action 'Initialize_intTenantStorageMB' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
I make sense of why this works in one tenant and not the other. The only smoking gun I have is that prod is multi geo tenant and the json being parsed has multiple identical fields (TenantStorage for Europe, TenantStorage for Asia, etc...) that int values are being initiated from. Any help would be appreciated.


Report
All responses (
Answers (