Skip to main content
Nintex Community Menu Bar
Solved

Query list with Created column

  • May 2, 2021
  • 2 replies
  • 38 views

Forum|alt.badge.img+3

HI Everyone, 

I am working on a simple site workflow where I am trying to use query list action to bring back all Work Order number that are null and created date is in the past 7 days but if i try to use Work Order number is null, it bring back results but as soon as i introduce Created column it brings back nothing. I am using date calculator field to calculate date.  

 

please advise?

 

17634iC8BCB015C5C73E5D.png

 

17635i7F33399A3CE65D45.png

17637i98E8A09530F34818.png

 

Thanks in advance,

Kamra

17636i6E115C4468C40817.png

 

 

Best answer by Tarf

Hi @Kammasood,

 

to me this looks all good. Have you tried running your workflow?

When you test your queries, variables are shown as {WorkflowVariable:YourVarName}. These are replaced with the value of the variable when the workflow is executed. For testing purpose you can replace {WorkflowVariable:...} in the Run Now Menu with actual values.
Since the first condition is hardcoded (Column WO No. is empty) you can test this in without problems. 

I´d suggest running the workflow once and let it send you an email with the result of the query.

2 replies

Forum|alt.badge.img+8
  • Novice
  • Answer
  • May 3, 2021

Hi @Kammasood,

 

to me this looks all good. Have you tried running your workflow?

When you test your queries, variables are shown as {WorkflowVariable:YourVarName}. These are replaced with the value of the variable when the workflow is executed. For testing purpose you can replace {WorkflowVariable:...} in the Run Now Menu with actual values.
Since the first condition is hardcoded (Column WO No. is empty) you can test this in without problems. 

I´d suggest running the workflow once and let it send you an email with the result of the query.


Forum|alt.badge.img+3
  • Author
  • Rookie
  • May 4, 2021
Great stuff mate. it worked when i actually run it.