Hi again,
I've been trying to use the WS Object Referencing Field field type with a WS that has several optional properties in it's response - If the property has value, it returns it, else it doesn't exists in the response.
Now, when I try to read those properties using the confiform field, if it doesn't exists it returns the value of the defined key.
Is there a way to check if the field exists besides comparing it to the value of the key?
For example, when referencing to the following responses:
{ "key":"A", "property1":"some value"}
{"key":"B"}
f.property1 will return "some value" for the first row, and for the 2nd row it currently returns "B", when I want it to return an empty string, or a way to identify that it doesn't exists for this specific response.
Hey @Demolag ,
As this is a Marketplace app question, have you tried reaching out to the vendor directly? You can find contact information for the ConfiForms support team here.
There are some of their members out here, but I'm guessing you'll get a faster response if you use their official support channels.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.