I have two separate surveys, and I want a relationship between the layers behind the surveys. Both surveys work fine after published without making the following modifications.
After configuring the forms, i get this error on the layer that would be the parent in the relationship :
[{"id":0,"addResults":[{"success":false,"globalId":"{B3DFC754-AB76-43EC-863D-0A3D57C9FDF5}","error":{"code":10500,"description":"Cannot convert a value of type 'String' to 'INTEGER'."},"objectId":null}],"updateResults":[],"deleteResults":[]}]
The other survey with the layer that would be the child in the relationship works successfully. Is it something I am doing with building the relationship in pro? Is this not possible? I dont really undersdtand the error, as I am not trying to do a conversion.
Solved! Go to Solution.
solved...issue was that i was using the same hosted layer for the submission url in each survey but was trying to hit the separate indexes in which by specificng the form id...solution was to create two view layers for the two indexed layers with one layer in each, and then use those views in the submission url.
solved...issue was that i was using the same hosted layer for the submission url in each survey but was trying to hit the separate indexes in which by specificng the form id...solution was to create two view layers for the two indexed layers with one layer in each, and then use those views in the submission url.