0

I have a requirement to add current date as a collection in DHF5 flows source query. How to achieve this

ramz123
  • 207
  • 1
  • 8

1 Answers1

0

You can use sourceQueryIsScript as described at https://docs.marklogic.com/datahub/5.7/flows/about-flows.html . That script can then reference and variable in the options for a step, which includes options provided at runtime when you run the flow.

rjrudin
  • 2,108
  • 9
  • 7