I'm creating connector and using Dynamics 365 CRM 'Action' in Logic App, there I have Odata filter.
I need filter the string with all records that are not empty.
I'm already try:
name_id ne null
name_id all
name_id ne ''
nam_id ne ""
How can I take all the records ?
*This post is locked for comments