How to Display List in Repeating Group

Hey all,

I’m working on a bubbling app that does the following:

  1. User enters text
  2. I do API call to get synonyms of that text string
  3. API returns synonyms in a list format

I’d like to do the following:

Display The API returns in a Repeating Group, with each line a different synonym.

-From other posts, such as this one, it sounds like the best solution is for each item in the list to be a separate database entry (if so, what’s the value of a list data type?). It also seems that the best way to do this is to schedule an API workflow, as outlined here. Is this correct? It seems a bit strange that a repeating group can’t show a list delineated by a comma.

Thanks for any help here!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.