How can I get rid of authentication window before the start of workflow?
Question
How can I avoid showing the authentication screen if the user has already connected their account?
Hi @bhagatpratik07 thanks for writing in 💯
You are correct there is no way to avoid showing the authentication screen before a workflow execution, even if the user is already connected. I believe this is a security precaution as well as a user experience decision, it lets the user know which account account is being used to run a workflow. Some users may have personnel and professional accounts, others may have development level credential and production ones etc
Ah, this screen is very annoying if you are using a workflow regularly. Thank you for your response @WilliamBergamin 🙌🏻
Hey @WilliamBergamin sorry to bother you again,
- Is it possible to add workflow as a message shortcut similar to the one in the image? The behaviour I want: The user clicks on the shortcut "Create an issue" -> Opens up a form with a description form field pre-filled with the message text.
- Is it possible to update/edit an original message sent by the workflow? I couldn't find slack "UpdateMessage" or "EditMessage" function in the docs
Is it possible to add workflow as a message shortcut similar to the one in the image?
As far as I know this is not possible 🤔
Is it possible to update/edit an original message sent by the workflow? I couldn't find slack "UpdateMessage" or "EditMessage" function in the docs
From what I understand you would need to create your own custom function to update a message, you can use chat.update to do this programmatically