I have a public formula I made which requires values that comes from my prompts. I have
left_count = 1
middle_count = 0
right_count = 1
I need these values to come in as 1,0,1 which works if I plug that in to test it. When I plug in the actual variables I get nothing, yet the variables hold these values, but varies between subassemblies which I'm thinking is the issue. So I'm thinking I need the max of each. Is there a way I can combine all three to spit out 1,0,1 as hard values maybe?