I'm trying to build an application in which -
1. A list of all the transaction IDs must be fetched from the database,
2. This list must be structured in Load response format in connector framework, and
3. The list of transaction IDs should be displayed in a dropdown in OPA Interviews.
#1 mentioned above would be a simple fetch operation on a database table. I'm facing issues with #2 & 3
OPA Data Model: OPA data model is simple with only one entity - Global.
Questions:
1. How should this list be structured in Load operation response format?
2. How to convert this response into a value list, as value lists are necessary to display the values in a dropdown?
Thank you!