I’m trying to figure out how can I connect the autocomplete field into an external list in order to list results based on one column (“name” for example). Already built a custom query earlier and used “primaryKey” worked as expected but in this case don’t know how to do it, I’m completely lost
Thank you
This topic was modified 3 years, 5 months ago by Filipe Ribeiro.
Hi,
I haven’t built in support for externa lists (setting primaryKey) in the autocomplete plugin.
I don’t use external lists so I’m not sure this is possible, but try creating a calculated column with name “ID” (if you try using CAML query) or “Id” (if you use REST) – mirroring the custom id column used in the external list.