Hi everyone,
I’m currently facing a challenge in one of my Make scenarios and would really appreciate your input
What I’m trying to do
I’m working with responses collected from a Tally form (stored under the fields
object), and my goal is to:
- Iterate through each key/value pair in the
fields
object - For each key, check if there is a corresponding rule in a Notion database
- If the value matches one defined in the rule, display a predefined text block (also stored in the Notion database)
Example
Here’s a simplified version of the fields
object:
And here’s what a Notion business rules database looks like:
Here’s a simplified version of the rules
from the Notion database :
What I need help with
- What is the best way to structure the array from the
fields
object so I can iterate through it key by key? - What is the proper sequence of Make modules to perform this logic cleanly?
Thanks a lot in advance for your help
Let me know if you need screenshots — I’ll gladly share the module outputs!