Is it possible to upload a file through a workbook?

Andrew Ryan 1 Reputation point
2022-05-03T11:04:00.907+00:00

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?

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
986 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gary Bushey 176 Reputation points
    2022-05-03T19:26:07.48+00:00

    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

    0 comments No comments