Hi Mates,
how to check is empty in not from connector "Execute SQL query" output...?
In Shortly: i am querying to get a value is exist or not, query is below.
SELECT ID FROM tblDataMurali WHERE (ID ='123456')
In-Fact that is is not exist in Table. Connector(Execute a SQL Query) executing fine, but now i want to perform few action in SQL table based on Condition, for this i am just checking QueryResult is Equal to empty('')
Every time it executes false, instead of true
Since value not exists then condition has to true, but it goes with false how come ..? how to check here ..? any help please
Hi krishna,
Thank you some how i can check now with your solution.
@Anonymous
What does the compose action shows when you run the flow?
In the condition, you should check for:
"Output of Compose" is equals to "true" - This will return true.
Give a try and update this post.
Regards
Krishna Rachakonda
Hi @rsaikrishna
As per below i tried to with compose,
In-Fact SQL command returns blanks , this is fine as expected, but after i am just checking with condition result set if blank then true or false, but here it goes false condition always.
how to check here empty or not ..? please see the screen shots.
I am check with any thing wrong in Condition ..?
@Anonymous
Your question was answered in the following posts:
Please review and post any questions.
Regards
Krishna Rachakonda
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2