Hi,
I have multiple structure on the same blueprint, is it possible without JS (by saving page) to get all the id of structure ExternalMobility (id_institution) as multiple choice in ExternalPartners query ?
I try multiple query without success :
ExternalMobility:
label: Séjour(s) de recherche à l'étranger
type: structure
fields:
institution_name:
label: Nom de l'institution
type: text
id_institution:
label: id
type: text
ExternalPartners:
label: Partenaires
type: structure
fields:
id_institution:
label: id de l'institution
type: multiselect
options:
type: query
query: ExternalMobility.toStructure
text: “{{ item.institution_name }}”
value: “{{ item.id_institution }}”
country:
label: Pays
type: text
city:
label: Ville
type: text
partners_name:
label: Nom du Partenaire
type: text
