Skip to main content
Solved

Utilizing Deployment Parameters in Form workspace

  • June 10, 2024
  • 4 replies
  • 88 views

bkgg
Contributor
Forum|alt.badge.img+6

Hey ya'll,

 

I've been playing around with deployment parameters in Flow and Form but I have been wondering if it's possible to use an existing deployment parameter in Form, without a database connection that has the same credentials?

 

So for example accesing database X through deployment parameters without having database X defined in your local database connections. I've tried to but to no avail.

Best answer by david_r

@david_r Yes but I can't do the opposite, which is to disable a local value. Because when I do, the connection stops working in Form. This might be by design but it would be handy to allow coworkers acces to certain connections via deployment parameters without adding the connections locally.

 

Hope this is possible.

As far as I know, it’s not possible to use a database connection stored on Flow when running the workspace on Form. You need to have a corresponding database connection on Form when running the workspace. I’m guessing this is partially for security reasons.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • June 10, 2024

You can override the Flow deployment parameter value by double-clicking on the deployment parameter in Form and giving it a local value. You can then specify a local database connection, regardless of the name or connection parameters.


bkgg
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • June 10, 2024

@david_r Yes but I can't do the opposite, which is to disable a local value. Because when I do, the connection stops working in Form. This might be by design but it would be handy to allow coworkers acces to certain connections via deployment parameters without adding the connections locally.

 

Hope this is possible.


david_r
Celebrity
  • Best Answer
  • June 10, 2024

@david_r Yes but I can't do the opposite, which is to disable a local value. Because when I do, the connection stops working in Form. This might be by design but it would be handy to allow coworkers acces to certain connections via deployment parameters without adding the connections locally.

 

Hope this is possible.

As far as I know, it’s not possible to use a database connection stored on Flow when running the workspace on Form. You need to have a corresponding database connection on Form when running the workspace. I’m guessing this is partially for security reasons.


bkgg
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • June 10, 2024

@david_r That's too bad but thank you for your time.