Need help in getting the string[] values of node property??
for example I have a node image which has property “references” of type String[] . I need to get the first value of array.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the Node, you can get the references property. And then call getValues to the reference values. From there, just take the first. Something like