I have a workbook that depends on data that is uploaded to a blob container, the container is already updated by a logic app which works fine.
But is there a way that a user could also upload a csv directly to a blob via a workbook?
I have a workbook that depends on data that is uploaded to a blob container, the container is already updated by a logic app which works fine.
But is there a way that a user could also upload a csv directly to a blob via a workbook?
Not directly. You could write a playbook that could do the upload and call it from a workbook. This post is a good place to start. https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/run-microsoft-sentinel-playbooks-from-workbooks-on-demand/ba-p/3193074
2 people are following this question.