Solved

Use process flow variables as form input.

  • 21 April 2022
  • 2 replies
  • 79 views

Userlevel 4
Badge +2

I am trying to fill a view's form within a process flow on the add row action.

Let me give some context
I have a view in my application that is used to create a “klus” this view uses a process flow to achieve that goal. 

process flow design

Now i am trying to design a new process that creates a “klus” triggered by a task on another table. Some of the values of this table i want to be present in the form on the add row action.
I added a new alternate starting point for the flow that opens the view and passes the required values as process variables. I however cant seem to get them into the form.

View with process_flow monitor open

I have tried adding them into the input parameters of the add row process action but this does not seem to work. Am I missing a step somewhere?

Input parameters of the add row action

Greet Anne

icon

Best answer by Erwin Ekkel 25 April 2022, 09:22

View original

This topic has been closed for comments

2 replies

Userlevel 6
Badge +16

Do you have a default on the subject? If so, are you sure the value is not overwritten by the default? Also please check the proces flow monitor for the input value of the add row process action. 

 

 

Userlevel 4
Badge +2
process flow monitor input add row

Ah it seems to be the default indeed I did not notice it😅 For completionism sake here is the process flow input. 
Thanks