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.
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.
Unfortunately user parameter choices are hard coded into the workspace and are not able to be updated dynamically based on data.
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).
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.