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
I simply need to display the value of each object (in this example, ValueX, ValueY, ValueZ, and SubValueA) . The other keys-value pairs of fieldId, fieldName, and valueId are not important for my implementation.
Can you please provide some assistance.
The text was updated successfully, but these errors were encountered:
I am getting this error in my console:
Error while generating getter function for selector : portal.fields.fields.fieldId NOTE: Define manually
I need to find a way to use that data, but do not know how to "define manually" as suggested by the error.
The JSON is presented in the following format (I have no way of changing this nesting)
I simply need to display the
value
of each object (in this example, ValueX, ValueY, ValueZ, and SubValueA) . The other keys-value pairs offieldId
,fieldName
, andvalueId
are not important for my implementation.Can you please provide some assistance.
The text was updated successfully, but these errors were encountered: