New date generate

0
  so whenever I am clicking on the letter means everytime it will generate a new date like 11 November 2024 11:30 AM like this  anything that i need to add in my entity and microflow in order to get the new date
asked
1 answers
0

Riya,

In your entity, you should add an attribute to contain the datetime value.  You can then create a microflow like this that updates a datetime attribute:

image.png

This microflow can be called when you click on a microflow button or other control on the page.

Hope that helps,

Mike

answered