Hi all,
I have a process where the user fills in information in a datasource form field.
When a value is picked, one of the columns in that datasource is copied into another field (status). This field-status is used in a control step to move the process accordingly.
But I need to have that information refreshed, when the process is moved to a system step, it will be there for 15 days which means that it the status is changed, I need that to be reflected on my side.
I've tried two approaches:
- Copying the value into another field, timeout after 7 days, copying again the field to have the status refreshed
- Use of Datarow field with SQL command in the control field
I have some issues here:
- Timeout with the change value is giving me errors because there can be times where the field is only filled in on the system step
- Datarow, when I try to select the value in a SQL command, I only get number values (which is always the same regardless of the status)
Does anyone have any idea how to do this?
Thank you