The problem is that sometimes it works and sometimes it doesn’t. I have explored all previous parameters to see if anything is different, but the fact that they sometimes work and not other times is also happening for the same request.
I am looking for a solution that makes sure that it works all the time.
I have previously tried set variables right after the JSOn, but i get the same results.
My goal is to get the positive sentiment phrases, each as a paragraph that will go to webflow rich text field. The maximum number of phrases the JSON is in charge is 10, and that’s why I have in webflow 10 paragraphs with GET for positive sentiment, and 10 in negative sentiment.
I meant by sometimes it works and sometimes it doesn’t that if I run tout he scenario with a similar input, the output is sometimes picked up by webflow, and somethines not (the purple fiels become white as inactive)
We would really need to see an instance of it not working, before we can troubleshoot better. Please, follow these steps when asking a question, and you’ll be more likely to get a helpful answer:
Give us a detailed explanation of what you’re trying to achieve
Tell us about any steps you’ve tried so far
Include screenshots of:
your scenario flow and setup (functions, mappings, variables, etc.)
module configurations and outputs
any error messages you are getting
Share the blueprint of the scenario you are asking a question about. (this does not contain any connection or personal information)
You’ll probably want to use the built-in function join on the entire array.
e.g.:
<p>{{join(63.positive_sentiment; "</p><p>")}}</p>
For more information, see the function documentation in the Help Center.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
Any idea why it might not work? note that the phrases for both positive and negative can be up to 10. in our failed instance, there was 7 positives and 0 negatives. (side note: the JOIN worked for the other two where we had also a mixture of positives and negatives.)
1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
others can save time when catching up with the latest activity here, and
allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!
4. Do join the unofficial Make Discord server for live chat and video assistance