Open a Form on another board from a Button Click action.
What are you trying to achieve
Create a button action that when clicked can open a specified URL. The use case is that I have a board to track Opportunities and a board to track Pricing Requests. In the Pricing Requests board, I have a form to enter the request. I would like to be able to create an action where when a button is pressed in the Opportunities board, I can open the Pricing Request Form.
One option that you could consider is to use a link column. Obviously not the same as your request. But this might a viable work around for you.
You could set the default of the link column to use the URL of the form. This would set the link column to the form for every new item. Clicking on the link will open the form.
Thanks for the suggestion, I appreciate it. I had tried that before, but I could not find a way to set a default value for the link. Thanks to you suggesting it, I did finally find where to set a default value.