Question regarding Run Operation and its parameters
I want to use the Run Operation to show the results of a query. The results of the query are in $searchQuery.results
For the Operation Name I am using results.from-graphics
For the Operation Parameter I am using =$searchQuery.results
This does not complete, so I think I am using this incorrectly. Can anybody help please?
-
Have you tried using this for your Operation parameter?
={graphics: $searchQuery.features}
0 -
Thanks Ryan I will give that a try
0 -
Hi Ryan, Chris,
I am having a similar issue.
I am using the results.convert-to-xlsx operation in Workflow 5.
I have queried a mapserver from which I have collected point features that I want to export to an .xlsx file.
The parameters I used were:={ title: "title.xlsx", features: $query2.results }But each thime the operation is run, I get an error:
"TypeError: Cannot read properties of undefined (reading 'title')"
However, when I only provide ={ title: "title.xlsx" } as an input, I receive this error:
"ArgumentError: Parameter 'features' cannot be empty."
I was hoping any of you could provide me some feedback on my parameters and hopefully resolve this issue I'm having.
Thanks in advance,
Cheers, Daan

0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare