Forum Discussion
Users to trigger UDF from a Workspace App without explicit permissions
- 4 months ago
CCal Unfortunately, no Fabric UDFs don’t support that “execute‑only” permissions. Anyone who can run the function will still be able to see the published code in read‑only mode. I could only get the below as a reference.
If the users are not passing any values through UDF, you can try triggering the pipeline through Power Automate instead of calling the UDF directly.
CCal Unfortunately, no Fabric UDFs don’t support that “execute‑only” permissions. Anyone who can run the function will still be able to see the published code in read‑only mode. I could only get the below as a reference.
If the users are not passing any values through UDF, you can try triggering the pipeline through Power Automate instead of calling the UDF directly.
- CCal4 months agoAdvocate I
Hi Jai-Rathinavel ,
Thank you for the quick response.We're tried doing this with Power Automate before, but ran into some permissions obstacles.
I'll try to explore that route again. Thanks.