feat: add dropdown field with dynamic data in flow
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
5e1fc510ff
commit
932145e3a1
@@ -122,10 +122,6 @@
|
||||
"type": "query",
|
||||
"name": "getData",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "stepId",
|
||||
"value": "{step.id}"
|
||||
},
|
||||
{
|
||||
"name": "key",
|
||||
"value": "listChannels"
|
||||
|
@@ -1,9 +1,5 @@
|
||||
import App from '../../models/app';
|
||||
import Connection from '../../models/connection';
|
||||
import Step from '../../models/step';
|
||||
import { IApp } from '@automatisch/types';
|
||||
import Context from '../../types/express/context';
|
||||
import ListData from '../../apps/slack/data/list-channels';
|
||||
|
||||
type Params = {
|
||||
stepId: string;
|
||||
|
Reference in New Issue
Block a user