Hi all, we’re trying to create some custom workflow actions through the api but we’re finding some lack of functionality (or at least the documentation doesn’t provide a way to achieve these)
1st we need to define default values for inputs (specifically radio and select inputs) we can’t find anywhere that shows how to do it.
2nd we need to make some inputs mandatory but only in the case that a specific value of a previous input(select/radio) has been selected ie:
- Input A is Product Type select with values: car, bike, skate
- Input B is Car Brand, but we want to make Car Brand mandatory only in case Input A selected Value is “car”
Please can some one provide some help?