Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to filter Azure table records, so i tried to "use filter expression" option however the value does not take dynamic properties like context.MYPROPERTY.
It requires value to be set in design.
Is there any way to set the filter condition with dynamic value
Thanks
I also need a dynamic filter on a table in Azure, using tAzureStorageInputTable
Hello
The filter expression doesn't support context variable, I notice that the context.varName is enclosed with a single quote in the generated Effective filter field. eg:
newColumn gt 'context.name'
Please go to the Ideation page and submit a feature request.
Regards
Shicong