We are trying to update records in Streaming Dataset Via Power apps for which we have followed below mentioned steps:
1 We created a streaming dataset in power bi services and generates an API endpoint to receive data in it.
2 Tested via python code that we are able to push data in it.
3 We developed an app in Power apps and integrated it with a power bi dashboard.
4 Created a custom connector in power apps to use API endpoint for streeaming dataset.
5 Connected Custom connector to the APP in power apps.
6 Used a code in button to pick value input by the user ans update it to specific row in specific column
Error
Same solution is working for another domain but not power bi connector i am receiving an error :owerBIStreamingConnector.PushDataToPowerBI failed: {"error":{"code":"KeyFoundInDeletedResourceKeyCacheException","pbi.error":{"code":"KeyFoundInDeletedResourceKeyCacheException","parameters":{},"details":[],"exceptionCulprit":1}}}