mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
I want to be able to select json directly as output in the "NextCloud" plugin #369
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hiro-gj on GitHub (Jun 14, 2025).
Self Checks
Dify version
1.1.3-> 1.5.1Plugin version
0.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I want to display the "json" results of the search output using the "NextCloud plugin". #20939
https://github.com/langgenius/dify/discussions/20939#discussion-8444614
✔️ Error log
https://github.com/langgenius/dify/discussions/20939#discussioncomment-13471828 by kurokobo
@hiro-gj commented on GitHub (Jun 14, 2025):
https://github.com/langgenius/dify/discussions/20939#discussioncomment-13471839
@hiro-gj commented on GitHub (Jul 8, 2025):
In NextCloud 0.0.1, it seems necessary to convert from json Array (Object) to Output (Strings) in the template before inputting it to the LLM node...
I was trying it out because I could specify NextCloud's json Array (Object) in the LLM context...
(1) When the json Array (Object) of NextCloud (Search Files) is converted to the template Output (Strings) and then made into the LLM context. -> Succeeds.

(2) When the directly set the json Array (Object) of NextCloud (Search Files) to the LLM context. -> fail.
(by search_files_0.0.1a.py)
@hiro-gj commented on GitHub (Jul 9, 2025):
@langgenius Specific proposed fix:
Is it possible to add a
json Array [strings]to the output of the NextCloud plugin,In addition to the current
json Array [Object]?@dosubot[bot] commented on GitHub (Aug 20, 2025):
Hi, @hiro-gj. I'm Dosu (https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary
What's Next
Thank you for your understanding and contribution!
@hiro-gj commented on GitHub (Aug 23, 2025):
@dosu

The latest version of the NextCloud plugin is 0.1.0, which PR #1377 has been merged.
However, the #1091 has not been addressed and remains an issue.
(This screenshot is from v0.1.0)
@dosubot[bot] commented on GitHub (Aug 23, 2025):
@crazywoola The user @hiro-gj confirms that the issue with JSON array output in the NextCloud plugin remains unresolved in version 0.1.0 despite PR #1377 being merged, and has provided a screenshot for reference. Could you please assist with this?