Creating dynamic values of multiple select

Hi everyone.

I would love to hear any idea on how to implement dynamic values in a multiple select.

For instance I have 2 multiple selects, WeekEnd and WeekDays.
The values from these select are days of the week (Sunday to Saturday).
Now what I want is:

  • If I select Sunday and Saturday for the WeekEnd select parameter, I dont want to see these two days in my WeekDays select parameter.

Thanks

Welcome to the Make community!

I think you’ll need to create a remote procedure to fetch “dynamic” fields + data.

Take a look at Dynamic Fields RPC.

Give it a try and let us know if you get stuck.

2 Likes