I created a parent feature layer (title, globalid) obviously i enabled global ids
then i created a child feature layer (subtitle, parentguid), i enabled attachments in the child layer
then i created relationship class:
relationship type: composite
messages: None
attributed: false
Origin primary key: globalid
Origin foreign key: parentguid
i published the parent layer, child layer, and the child_attach table all in one feature service
when i created a form out of this feature service, it only recognized the child fields and its attachment.
the desired final output is one form for the parent and repeat that contain child form fields, but it didn't work with me at all
where was my mistake?