Backend Worflow cant read parameter if dynamic but works on static

I am working on a backend workflow that takes a list of URL’s. I am using a multidropdown to create that list of URL like this:

image

However, the backend workflow is only sucessful if I set the URL manually and STATIC on the multidropdown A

But when I do a dynamic one, the back end workflow cant read the URL’s:

image

What is GOING on??

Please I need help

If you share details of the backend workflow as well it’s easier to help you :slight_smile:

so the backend workflow does is it gets each item on a list of URL and plug it in on a API Call
Like this:

The API call basically does is an Article Parser which takes the text content

then save this outline data type and reports data type:

the last step is to loop it via iteration:

please see the reply above

Do you see the values of the mmulti dropdown in the preview?
What parameters is the backend workflow taking as input?
How are you scheduling the backend workflow? How are you passing the inputs?
How do you tell that the workflow is not reading the parameters?
Have you checked the logs to see what parameters are passed to the backend workflow? (remember to select “schedued task to run”, “request for api workflow” and “scheduled task comleted” from the “show advanced” panel of the logs)

This topic was automatically closed after 70 days. New replies are no longer allowed.