function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aaron Persich 9Aaron Persich 9 

Dynamic Choice formula filter

Hello,
 
I am working on a flow with two screens and a record create
 
1 Screen  - number “Quantity” field which the user will populate. 
2 Screen  – Dynamic Choice product field.  I would like this to be the correct product tier based on the quantity input value in screen 1
3 Record Create – Create product
 
We have 20 tiers and I would not like to have to make 20 decision elements for the output.  Can I possibly build a formula in the dynamic choice filter logic?
 
For example:
 
If Quantity = 40
Then output should be Tier 4
 
If Quantity is 100
Then output should be Tier 10
 
Thanks,
 
Aaron