Check Box multiple choice

Hello,
In my treatment I execute several tasks, but I want to condition them to choose which ones to execute.
I have seen several examples with checkboxes that are filled on a website.

But I would like to know if there is an equivalent to the Input Dialog where we can select several tasks at the same time by checkbox and not radio button which only gives one possible choice.

Thanks in advance

@tpdemontfort,

No direct or out of the box solution but you can use User Form. Do some POC around Activities - Create Form and this should work for you.

thanks this looks good

1 Like

@tpdemontfort,

Feel free to close the thread if you are satisfied with the answer so it will be helpful to other community members as well!

Hi,
following the explanation I did some tests with the information indicated and it doesn’t work.
I watched some tutorials for example https://www.youtube.com/watch?app=desktop&v=-jD6kxgLHlc, but … I can’t get the result under “log message”
What is my mistake?

With favoriteSports under System.Collections.Generic.Dictionary(String,Boolean)

image

My test run but i haven’t LogMessage

Thank’s in advance