Fetch Zoho Learn data (Article ID + Article Title + Article Link) from Zoho Creator

Fetch Zoho Learn data (Article ID + Article Title + Article Link) from Zoho Creator

Hello,
I'm bulding an app to keep track of who's responsible for each task in the company + keep track of the procedures needed to perform the task.

Here's the structure:
  1. Each procedure can contain on or more "procedure step".
  2. Each procedure step can contain one or more instruction needed to perform the step
  3. Each instruction should have an ID, a title and a link to the article of interest on Zoho Learn
My question is: is there a way to fetch data from Zoho Learn in a way user will be able to select the correct instruction among the available articles on Zoho Learn?

I imagine a lookup where the user can search and select an article Title, then the Title, Article ID and Article Link are imported automatically from Zoho Learn.

Thank you