
Hello Experts,
I am building an Agent which will capture some information from my team members and then post them in an Excel sheet using power automate. Here the biggest challenge I am facing is to capture current date so I track when the user has submitted that particular information.
Please help me
At the point of executing the cloud flow you can use the Get Current Date action or you can use a compose step and use the expression utcnow() and you can achieve it that way.