You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Logic app (standard) with SQL trigger connector.
I want to invoke operation when a rows are inserted or updated in a given table .
So i have two workflow one for "When Rows are Inserted" and other for "When Rows are updated".
This works fine but if rows are inserted then update workflow is also triggered, but with Empty data.
Hence, I want to put a Trigger condition but it is not working.
I have used below trigger condition, but it is not working.
"@greater(length(triggerBody()),0)"
Describe the Bug with repro steps
I am using a Logic app (standard) with SQL trigger connector.
I want to invoke operation when a rows are inserted or updated in a given table .
So i have two workflow one for "When Rows are Inserted" and other for "When Rows are updated".
This works fine but if rows are inserted then update workflow is also triggered, but with Empty data.
Hence, I want to put a Trigger condition but it is not working.
I have used below trigger condition, but it is not working.
"@greater(length(triggerBody()),0)"
What type of Logic App Is this happening in?
Standard (Portal)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Chrome
Additional context
No response
AB#25192878
AB#25193612
The text was updated successfully, but these errors were encountered: