Help With Triggers

Hey guys!
I’m new here and I need some help. I created a Workflow where a request will be made through a webhook. In the body of this request, I receive a JSON with several fields. However, I can receive two types of JSON. If a certain field comes with its value, then I must follow the workflow and throw it into a table, otherwise, do nothing. I already managed to create everything. I just don’t know how to make this condition.
Can someone help me?
Thus, the flow should only follow if the JSON has a certain field!
Thanks in advance!

Hi @juniorcapua

Have you tried using the Filter app to create a filter for your workflow’s data?

You can exit the workflow early if a property is missing from an object, or a number of other conditions.