Skip to main content
Solved

Populate User Parameters automatically

  • December 17, 2024
  • 3 replies
  • 73 views

nmily89
Contributor
Forum|alt.badge.img+4

Hello everyone, 

I have some published user parameters, and the choices will be retrieved from the database. Is there any way to have the user parameters to be updated automatically once the workspace opened?

 

Thank you everyone.

Best answer by hkingsbury

Unfortunately user parameter choices are hard coded into the workspace and are not able to be updated dynamically based on data.

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.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • December 17, 2024

Unfortunately user parameter choices are hard coded into the workspace and are not able to be updated dynamically based on data.


geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • December 18, 2024

You can read the data from the database in one workspace, and pass the values to the user data of a second workspace using a WorkspaceRunner (in FME Form) or a FMEFlowJobSubmitter (in FME Flow).

 


nmily89
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • December 23, 2024

You can read the data from the database in one workspace, and pass the values to the user data of a second workspace using a WorkspaceRunner (in FME Form) or a FMEFlowJobSubmitter (in FME Flow).

 

Thanks for your response. I don’t think It will work in my case because the end user needs to select choices before running the main workspace.