I’m trying to use Delta Export on Salesforce. But i don’t want to use the dropdown selection and want to provide custom export query using export time.
I do have a question. I noticed all i had to do was to add {{data.lastExportDateTime}} in comment in the query section and the required condition removed on Delta field. It seems unnecessary to have such restriction that {{data.lastExportDateTime}} has to be present in data export
Hey Varun, this is good feedback for the Product Feedback channel. Probably for 99% of the time, users only need the multi-select drop down of dates, but we could think of something better here for both those users and power users.
I've had similar situation in an HTTP lookup once; I just threw the data.lastExportDateTime in an fake URL parameter (e.g., /path?this=that&ignore={{data.lastExportDateTime}})