-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting value from JsonDynamicValue in Jint #16290
Comments
contentItem.Content.TestPart.TextFeildProp.Text.GetType().FullName |
Hi @gvkries , is there a recommended solution for this problem? Thanks! |
You can cast |
Dude, you're so cool. 🫡 |
🤭 |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
Hi @MikeAlhayek , pls reopen it , this issue is pending for #16298 |
Problem when using
contentItem.Content.TestPart.TextFeildProp.Text
to assign values to other objectsI use the following code in the
ScriptTask
of the workflow to call other queries, and I use the data of a content item to build parameters for a queryWith NSJ it is possible to get the actual value directly, but in the latest version of OC 2.0 additional operations must be added to get the actual value
This was discussed in PR #15816, but supposedly the above scenario was not considered
Originally posted by @sebastienros in #15816 (comment)
The text was updated successfully, but these errors were encountered: