How to check if output of 'Get entity record by ID' activity has rows?

How to check the count of rows in the output of get entity record activity?

Hi @Ana_Patricia,

You can use the Get Row Count activity to check the number of rows in the output of the Get Entity Record activity. This activity will return the number of rows in a variable that you can use elsewhere in your workflow.

Thanks,

But how do we convert entity type to data table type to get the row count?