Change a UIs content with a microflow

0
Hi folks, we search for a way to prefill a date-picker UI with the current data as a default-value. We were able to create a microflow, that provides the current date but we have no idea how to connect the output of the MIcroflow to the UI-control’s content. Thanks a lot!
asked
2 answers
2

Are using a microflow to create the object thats holds your date attribute? If so you can set the date time whichtever date you like in the create object action, if you then pass this along to an edit page with a date picker it should be prefilled.

answered
1

You’ll have to change the attribute that you’ve linked to your date picker, once you assign your date to it and get the object to refresh in client you should see the UI change.

I suggest going through the learning courses in the academy section to cover more of the basics.

Hope this helps

answered