You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour:
I created a test process which has two steps, in the first step's form there is a dynamic table.
When starting the process the dynamic table appears normal and I can add rows, then I submit the first step and go to the second step where I have a display value to show the value of the dynamic table of the first form. and this is the problem there is no table displayed in the second form and no error in the console.
Expected behavior:
Normally as in any other components when I use the display-value component it should shows the value of the selected field. However when the field type is dynamic-table it doesn't show anything.
Steps to reproduce the issue:
Create a process with 2 steps (tasks)
In the first form add a dynamic table
in the second form use the display-value component to display the value of the dynamic table of the first form
save the model and publish the app
run the up
complete the first form
now when you get to the next step you should see the table value but it won't displayed !!
Component name and version:
adf-task-form
[taskId]="taskDetails.id">
or
<adf-form
[taskId]="taskDetails.id"> -->
Browser and version:
All browsers
Node version (for build issues):
Node 20, But I think it has nothing to do with the environments!
The text was updated successfully, but these errors were encountered:
Bug
Current behaviour:
I created a test process which has two steps, in the first step's form there is a dynamic table.
When starting the process the dynamic table appears normal and I can add rows, then I submit the first step and go to the second step where I have a display value to show the value of the dynamic table of the first form. and this is the problem there is no table displayed in the second form and no error in the console.
Expected behavior:
Normally as in any other components when I use the display-value component it should shows the value of the selected field. However when the field type is dynamic-table it doesn't show anything.
Steps to reproduce the issue:
Create a process with 2 steps (tasks)
In the first form add a dynamic table
in the second form use the display-value component to display the value of the dynamic table of the first form
save the model and publish the app
run the up
complete the first form
now when you get to the next step you should see the table value but it won't displayed !!
Component name and version:
adf-task-form
[taskId]="taskDetails.id">
or
<adf-form
[taskId]="taskDetails.id"> -->
Browser and version:
All browsers
Node version (for build issues):
Node 20, But I think it has nothing to do with the environments!
The text was updated successfully, but these errors were encountered: