I’m having problem while storing data in multiple field collection table fields, Here I have tried following JSON format of drupal 7 services.
“field_grp_travel_time”: {“und”:[ {“value”:”1.5″}, {“value”:”2″}, “value”:”1″} ] }, “field_grp_contact”: {“und”:[ “50”,”10″,”2″ ] } }
by using this json node is created successfully but collection fields are empty. Is there any problem in json or missing something?
Here, Group1 is “field collection” and “Contact”,”Travel time” is sub fields.
( Note : I have set “Number of values” : “Unlimited” for “Group1” )