You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever i upload a new report to tenant, refresh a data it works fine but when i try to update refresh schedule it adds correct data but cannot enable it.
This is the json value that i'm using {'value': {'notifyOption':'NoNotification', 'days': ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'],'times': ['11:00'],'localTimeZoneId': 'UTC', 'enabled': true }}
Return is successful but as i wrote, it does not enable the refresh.
Expected behavior
Refresh is scheduled and enabled.
The text was updated successfully, but these errors were encountered:
Whenever i upload a new report to tenant, refresh a data it works fine but when i try to update refresh schedule it adds correct data but cannot enable it.
This is the json value that i'm using {'value': {'notifyOption':'NoNotification', 'days': ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'],'times': ['11:00'],'localTimeZoneId': 'UTC', 'enabled': true }}
Return is successful but as i wrote, it does not enable the refresh.
Expected behavior
Refresh is scheduled and enabled.
The text was updated successfully, but these errors were encountered: