Show different type of variables in workflow result page(such as text and file) #10131

Closed
opened 2026-02-21 18:43:09 -05:00 by yindo · 0 comments
Owner

Originally created by @KrianJ on GitHub (Mar 10, 2025).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I was trying to design a workflow which relevant to table generation staff. The overall process can be briefly summarized as follows:

  1. recieve raw data and some control arguments.
  2. node processing..
  3. output table html and generated excel file(comes from custom plugin).

In which case, i find that the end node can not show text and file obj on the same page.

  • situation 1: When text variable and file variable were both selected in single end node, the result page can only show file one.
  • situation 2: When i tried put them into two end nodes separately, the result page can only show one of them(which determined by the connect order of end nodes).

So I wonder if there do have some design mistakes or workable solution for this problem i met.

2. Additional context or comments

Examples

  1. Single end node within both text and file variables:
    https://img.picui.cn/free/2025/03/10/67ce917d219a0.jpeg

  2. Interesting found when put 2 end node in a workflow: The result page's content is based on the end node that was last connected.

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
Originally created by @KrianJ on GitHub (Mar 10, 2025). ### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### 1. Is this request related to a challenge you're experiencing? Tell me about your story. I was trying to design a workflow which relevant to table generation staff. The overall process can be briefly summarized as follows: 1. recieve raw data and some control arguments. 2. node processing.. 3. output table html and generated excel file(comes from custom plugin). In which case, i find that the `end` node can not show text and file obj on the same page. - situation 1: When `text` variable and `file` variable were both selected in single `end` node, the result page can only show `file` one. - situation 2: When i tried put them into two `end` nodes separately, the result page can only show one of them(which determined by the connect order of `end` nodes). So I wonder if there do have some design mistakes or workable solution for this problem i met. ### 2. Additional context or comments ### Examples 1. Single `end` node within both `text` and `file` variables: https://img.picui.cn/free/2025/03/10/67ce917d219a0.jpeg 2. Interesting found when put 2 `end` node in a workflow: **The result page's content is based on the `end` node that was last connected.** - If text-out `end` node was the last connected one, it would output text content only like below: https://img.picui.cn/free/2025/03/10/67ce917d2f3b6.jpeg - oppositely: https://img.picui.cn/free/2025/03/10/67ce917d331e9.jpeg ### 3. Can you help us with this feature? - [ ] I am interested in contributing to this feature.
yindo added the 💪 enhancement label 2026-02-21 18:43:09 -05:00
yindo closed this issue 2026-02-21 18:43:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#10131