Sakshi Deshpande the value SharePointListExample
you see in the dataset dropdown is the internal API name the connector expects. If your Lookup is returning "SharePoint List Example"
(with spaces), even URL-encoded, the connector won’t match it.
Try having your Lookup return the internal name exactly as shown in the dropdown (SharePointListExample
) and pass that directly to the dataset parameter (no encoding).
Alternatively, you can pass the list GUID from SharePoint the connector can resolve that without worrying about spaces.
Once the dynamic value matches the internal API name or GUID, the NotFound
error should go away.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.