Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Syntax error at position

(0) ShareShare
ReportReport
Posted on by 10

Hi, I'm trying to build a flow where an email is sent when the due date comes around. Under 'list rows present in a table' and I filtered as below - my column with the dates is titled ;Request availability':

Lindsay2_0-1686059748803.png

The format datetime is: formatDateTime(convertFromUtc(utcNow(),'GMT Standard Time'),'yyyy-MM-dd')

 

But I get this error message:

Syntax error at position 34 in 'RequestAvailability eq'2023-06-06''.
inner exception: Syntax error at position 34 in 'RequestAvailability eq'2023-06-06''.
clientRequestId: 4fb7923c-183e-4336-bec9-9ae67457bed7

 

Help please??

  • Lindsay2 Profile Picture
    10 on at
    Re: Syntax error at position

    Many thanks! Unfortunely this isn't working for me - my column isn't coming up 😞

  • ManishSolanki Profile Picture
    15,085 Super User 2025 Season 1 on at
    Re: Syntax error at position

    Hi @Lindsay2 

     

    You need to type the internal name of the SharePoint column. To find that, go to List Settings:

    ManishSolanki_0-1686067217360.png

     

    Next, Scroll down to Columns section and click on the column whose internal name needs to be find out. Lets says for column 'ParticipateDate'. Internal name will be shown in the site URL as the value of query string parameter 'Field' (after = symbol):

    ManishSolanki_1-1686067376038.png

    Replace RequestAvailablilty with the internal name in "Get item" action and run the flow to test the results.

     

    If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    Thanks

  • Lindsay2 Profile Picture
    10 on at
    Re: Syntax error at position

    That's brilliant thanks! I've done that and it's worked, however I am now getting this error:

    Invalid filter clause: cannot find the 'RequestAvailability' column.
    clientRequestId: 088a1f2c-4fe5-4394-8cd9-b506dee4fbe2
    serviceRequestId: 72008b38-4163-41cb-b6fb-c243147d6c75;36bbfc53-5b94-45f0-9c10-8720d4846c4b;661df154-5f06-4da4-9af9-5881c6acee87

  • ManishSolanki Profile Picture
    15,085 Super User 2025 Season 1 on at
    Re: Syntax error at position

    Hi @Lindsay2 

     

    Pls give a blank space between eq & formatDateTime(convertFromUtc(utcNow(),'GMT Standard Time'),'yyyy-MM-dd') expression. It should be like RequestAvailablilty eq @{formatDateTime(convertFromUtc(utcNow(),'GMT Standard Time'),'yyyy-MM-dd')} but in your case it is:

    RequestAvailablilty eq@{formatDateTime(convertFromUtc(utcNow(),'GMT Standard Time'),'yyyy-MM-dd')}

     

    If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    Thanks

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow