Hi Folks,
I'm building a power pages site completely using html, CSS and JS. I'm not using forms or views. I have a pop up with few checkboxes inside it in a web page. The code is in the html of the page. I have a dataverse multi select choice column in a table. I want to retrieve the label and value for all options in this choice column and use it as label for all checkboxes. And when I save it back I need the values to be used.
But I'm unable to find any working methods of retrieving choice column values. I tried power pages API (entity definitions) and liquid code (entities.tableName0 both did not wokr.
Any thoughts?
Thanks