Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

Hey Community,
So I am facing an issue related to passing parameters. I am getting the parameters from the taskscheduler , taskparameter.
image

  
  
Posted one year ago
Votes Newest

Answers 7


but facing the pipeline invalid error

  
  
Posted one year ago

So, I am passing my parameters which I need to change in the task-scheduler file by the code:
image

  
  
Posted one year ago

now I want to access this parameters into the pipeline and pass it along to step one for which I am using the above snippet

  
  
Posted one year ago

So this parameters are to be recieved into my pipeline task

  
  
Posted one year ago

How did you add the parameters to the pipeline? Did you refer to this example?
None

  
  
Posted one year ago

Hi @<1533619725983027200:profile|BattyHedgehong22> , can you please elaborate on this? Can you add a snippet that reproduces this?

  
  
Posted one year ago

I am passing the parameters using the task_parameter in the taskscheduler

  
  
Posted one year ago
619 Views
7 Answers
one year ago
one year ago
Tags