Hi all,
I'm having issues with my power automate flow, i'm trying to get items from a sharepoint list called "solicitudes" when "Fechaderecogida" (text column) is one day greater than today. The value of "fechaderecogida" column comes from power apps in "dd-MM-yyyy" format. I have built the flow but it's not finding anything when running it. Can someone help me finding the issue?
Hi @silviavg,
Based on your description, I have made a simple test for your reference.
1. I have a SharePoint list called Ignoreblank, and it has a text column called Fech, with "dd-MM-yyyy" format.
2. Here is my flow:
formatDateTime(addDays(utcNow(), 1), 'dd-MM-yyyy')
3. Result screenshot:
And a kindly reminder: you could pixelate your site address in your actions, which includes your personal information.
Best regards,
Sylvia
@silviavg pls take help from this https://www.gopenly.in/sharepoint-get-items-and-filter-query-in-flow-part-3/
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.