Hi,
I have a multiselect list which has title and content fields. I was able to assign values to the fields. How can I fetch the details of selected list item and make a batch or post call to the backend. OR send those details to the backend
Right now, I am able to fetch only the ID of the selected list item like app3.png but not able to fetch the title and content of selected list item.
Can anyone please help me on this?