Inject value to input

Hey everyone!

I am trying to create a form, with which user can set its listings opening hours. The issue is, it takes a long time to add all of them. What I am thinking about, is “suggesting” user latest inserted value on the previous day. So basically, if I choose Monday from 8 AM till 8 PM, on Tuesday it would automatically suggest this interval and after click, workflow would inject this value into mentioned time input box.

Is something like this possible? If so, how? I didnt find anything unfortunately. Thanks in advance!

If the thing that you want to accomplish is just inserting the values (and you already have the values) you can do something like, I also tried to use the time picker, it also has an init value, so if you get the data, you can then convert it to the HH:MM:SS format and set it as init value :slight_smile:


1 Like