[PR #23924] Fixes #23921 #30445

Closed
opened 2026-02-21 20:47:30 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/23924

State: closed
Merged: Yes


Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

Screenshots

  1. Create new conversation variable
    image

  2. should init all variables
    image

a. update array of object
image

b. update array of integer
image

c. update array of number
image

d. update array of string
image

e. update object
image

f. update integer
image

g. update float
image

h. update string
image

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/23924 **State:** closed **Merged:** Yes --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 2. Ensure there is an associated issue and you have been assigned to it > 3. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ## Screenshots 1. Create new conversation variable <img width="1111" height="938" alt="image" src="https://github.com/user-attachments/assets/cd492b06-db0b-403a-9ff9-1cf73ea6eacd" /> 2. should init all variables <img width="992" height="882" alt="image" src="https://github.com/user-attachments/assets/a6e31221-e2c5-4600-99ea-74358ca4d1e8" /> a. update array of object <img width="1059" height="599" alt="image" src="https://github.com/user-attachments/assets/6e774e2b-2e8e-462f-ba18-c4ef26e3e02a" /> b. update array of integer <img width="1116" height="618" alt="image" src="https://github.com/user-attachments/assets/c9b07bc7-ea4b-4b56-8c07-4d5a703adbe4" /> c. update array of number <img width="1039" height="595" alt="image" src="https://github.com/user-attachments/assets/ad04ae69-09d8-4e27-8a7e-583ebdbe3fe8" /> d. update array of string <img width="1088" height="691" alt="image" src="https://github.com/user-attachments/assets/7aaca30f-cb2b-4af3-9674-a117c11ef41a" /> e. update object <img width="1076" height="542" alt="image" src="https://github.com/user-attachments/assets/062163c5-84fe-4a41-864e-cc891baa0f80" /> f. update integer <img width="1041" height="604" alt="image" src="https://github.com/user-attachments/assets/71addeda-f681-41ba-bf64-fe4c7d8bb997" /> g. update float <img width="1098" height="664" alt="image" src="https://github.com/user-attachments/assets/2807a7a7-6f9f-4222-a1ec-60ce25e08b35" /> h. update string <img width="1056" height="611" alt="image" src="https://github.com/user-attachments/assets/d982ef98-543a-40a5-9d00-8ef93f332138" /> ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:47:30 -05:00
yindo closed this issue 2026-02-21 20:47:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30445