Share via

Azure logic app psql select count rows

Liam O'Dowd 26 Reputation points
Feb 22, 2022, 2:17 AM

Hi,

My logic app works when I do "get rows" action for postgresql it returns all 12 rows in my user table. Is it possible to do a where clause so I don't have to select all rows.

SELECT * FROM public."User_table"
WHERE username = 'testuser' and password = 'xyz123'

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,425 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,886 Reputation points
    Feb 22, 2022, 3:45 AM

    @Liam O'Dowd Postgresql connector action Get rows does have the Filter Query parameter which you can leverage for your requirement.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.