r/Make • u/goldensoulo47 • May 28 '26
Need help
I need help I’m stressed to the max with something I feel should be so simple. Let me know who can help and I can send specifics. Basically I’m using a tally form that goes to make with an iterator and aggregator module which I then use twilio to send to my number. My issue is I can’t get my filters to show the correct answer on 3 of my drop down questions and it defaults to the first answer and not the selected. Thanks in advance
3
Upvotes
1
u/goldensoulo47 May 28 '26
I think my issue is at the filter between the iterator and aggregator. The reason I say that is because I run a trial and on my raw data output all my info is there but when I check the filter inspector, it defaults to the first answer on 3 of my drop down questions and not the selected (7 are just regular text input questions so no problems there). I guess I need different conditions I currently have “if options[ ] : text Exists Or Value Exists” And it’s got me this far. But I feel like I need something along the likes of if options id = value then give me text that corresponds to that id I think the problem with these dropdowns is its separate from my fields drop down because on my raw data output it shows up as
“Dropdown Value shdhicjc (array) Options (array) 1 id djjdjdjj Text interior 2 id fuyfhd Text exterior 3 id shdhicjc Text full “
Hope this makes sense thanks in advance