if user click on button on Streamlit app in Snowflake Marketplace then it should pass parameters in button and create incident in service now, how can i achieve this using power automate? below is the documentation available for Streamlit app in Snowflake for more information
i could not see any triggers associated with streamlit/snowflake. But there is one way we can make it work. If its possible to program the button which is clicked to post the parameters to some api, then you can do that.
Like use this connector to receive request from api as this creates the endpoint on which request can be received from external system (acting like webhook).
Now once you get the url from the HTTP POst URL field after saving, use that api/end point to program the api to send parameters when button is pressed, this way you can trigger the flow in power automate and can subsequently use service now actions in power automate to create incident.
But i think there would be another way way as well, instead of trying via power automate, since this streamlit is python library (as read from documentation), why not trying via python to call service now api to create incident? - would that helps ?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.