I am using an API that takes the article structure with a response like this:
and I am trying to display them on a repeating group. However, I only want it to show only the h1,h2,h3,h4,h5,h6 tags.
Right now it shows everything including the P’s
I am using an API that takes the article structure with a response like this:
and I am trying to display them on a repeating group. However, I only want it to show only the h1,h2,h3,h4,h5,h6 tags.
Right now it shows everything including the P’s
have you tried using the filter operator?
Awesome! I never thought of it! But it worked! Thank you very much!
I’m happy we resolved this quickly
Cheers
Mariano
it works well on display list workflow. But do you happen to know how to do it when saving on database?
I only want to save it on a list only when it is a subheading:
I tried the filter on subheading and sublevel but it resulted not saving at all
First: if you set up the api connector correclty you shoul have a data type “your api name content” and that should be the object with properties tag
and content
. Unless you want to store tag and content separately you can just have a field list of type “your api name content”.
In your last screenshot it looks like you are not filtering at all.
If it’s not saving it may be because the result of previous step is empty or you are adding items that already exist in the list
This topic was automatically closed after 70 days. New replies are no longer allowed.