auto suggestion feild

0
I have 4 status (status 1, status 2, status 3, status 4) in database type of enum and I want that when I enter in field and type  s then all 4 suggestion comes in hint and i can select them
asked
1 answers
0

Create an on change microflow on each status field that fills the other ones with the suggestions. Do note that it’s not really a suggestion in this way. You might also be able to use the tooltip to show the result but then the user has to still enter it manually.

Regards,

Ronald

 

answered