Forum Discussion
Forms: Time input question
I really need this, have a few forms that don't quite give us what we need, without THIS.
having to do a really convoluted workaround which is just nasty.
1) just use a generic text box and "hope" they put in something generally recognisable as a time.
2) as 1) but use flow and its connectors to generate an actual time formatted response, its a bit of a ball ache though trying to take into account all the possible variations and typo's to capture everything.
- Kara PennyAug 08, 2018Copper Contributor
Hey y'all - I found a good, somewhat simple workaround for this using Concatenate.
The formula I used is:
concat(body('Get_response_details')?['r94ed2d61cbe44edabc32a89af9c1dae0'])and if you want to add a specific time, modify this using military time:concat(body('Get_response_details')?['r84e34585ba6749ef939f00bfa331c5ff'],'T17:00:00Z')Start out using Expression, concat, then switch over to Dynamic and point it to the date response you're looking for.- KiBangerDec 29, 2020Copper Contributor
Kara PennyI was wondering if you could elaborate on this a bit more (more step-by-step). I'm a newbie to this, and I definitely would appreciate it. Thank you!
Ki
- Rikelmi MarteJan 30, 2019Copper Contributor
Is this formula created for any given time? for some reason, all events have 5-530 pm
- Scott CooperAug 08, 2018Copper Contributor
......that feeling you get when you've spent hours putting together a flow that kinda works, and someone goes and does it 'properly'....