Replies: 2 comments
-
|
To be honest, I haven't tried this with dynamic types specifically. I can suggest 2 things:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Closing this for now, feel free to re-open if needed @Karlzzon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Vro Version : 8.18.0
To try and avoid the XY problem, let me start by describing where this problem stems from. Im trying to design a service library item, where the input is supposed to be a dynamic object representation of a VM. The problem i ran into was that despite my findAll wf finding 28 objects, only 20 ("showing 20 of 20 results") were displayed in the valuePicker.
To try and figure this out, i made the following test:
test3.wf.ts:
test3.wf.form.json:
com.redacted.vcd.someproject.actions.tests/findall:
This seemed to have some effect, since the input field now recognizes that there are 45 available values, not only 20. However, the objects are not displayed properly in the valuePicker. See image below.

Am i missing anything in my form ?
Beta Was this translation helpful? Give feedback.
All reactions