How to map a value to appear as bullet point list in Qwilr?

Hi there,

I am a make.com free user, and I am trying to map a value to appear as a bullet point list in Qwilr. I am trying the following:

But this only results in a unformatted text:

Since I am on free, I cannot use custom variables. Would the use of custom variables solve this challenge? Is there any other way to solve this? Preferably without premium and without having to map each bullet point separately…

Thanks a lot!

Hey there,

custom variables are not what you think they are. They are in no way related to solving your issue. If you are interested more on what they are used for, see here.

Now about the problem → can you share what this situation array contains and what you are trying to extract exactly? Can you share some screenshots of how the different modules are setup and what the overall scenario is?

Hi Stoyan,

I’m still on the same flow from last week—getting there.

I am getting this JSON format from my GPT messages:

Then I am parsing it into a “proper” JSON:

And would like to add it to my Qwirl Page here:

But as the Qwilr support says:
“Formatted text can’t be specified through the API, instead the tokens must be formatted in the editor.” So I think would have to work around with the bullet point symbol.

Also the address either though it’s mapped, doesn’t show up. Any idea why?

You can use an iterator followed by a text aggregator to rebuild the array in a bullet point list. But yeah, if the API doesn’t accept those and only accepts text, you will need to work around it.

Now for the address - your mapping is incorrect. Custom fields Original is an array that contains all the custom fields. Mapping only Custom Fields: Address: formatted_address should yield the result. Can you show what the module input and output are showing?

Yeah, I did format the address as you suggest but, it seems that it’s not working.. Sure this is the output and input:

It’s mapped from this custom field:

To here:

@Stoyan_Vatov IF you have an idea for this one, that would be awesome and the flow would be complete

If you click on the module it self, can you see what is coming in as info? Because it looks like the address is empty.

It worked now, I have no Idea why it didn’t last time.

Many thanks for your help!

1 Like