Skip to content

When custom JSON data is used in circular data, the data in the runtime environment is read incorrectly #2019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
245938767 opened this issue May 21, 2025 · 0 comments

Comments

@245938767
Copy link

Describe the bug
在使用循环数据并且使用自定义数据时从json中读取的数据和实际我写入的数据不符合
When using loop data and custom data, the data read from the json does not match the data I actually wrote.
To Reproduce
Steps to reproduce the behavior:
1.使用循环数据组件
2.设置循环数据组件来源为“自定义数据”
3. 填入自定义数据:[{"name":"myName","certificate":"35019999770999931X","skill_level":"example","professional_category":"example","certificate_number":25350300630100037,"issuing_authority":"ssuing_authority"}]
4. 使用表单组建插入数据到输入框中文本域中输入:{{loopData.fd-VtT.certificate_number}}
5. 输入框中的数据实际上是: 25350300630100036

  1. Use the loop data component.
  2. Set the source of the loop data component to "custom data".
  3. Fill in the custom data: [{"name":"myName","certificate":"35019999770999931X","skill_level":"example","professional_category":"example","certificate_number":25350300630100037,"issuing_authority":"issuing_authority"}]
  4. Use the form component to insert data into the text field in the input box and enter: {{loopData.fd-VtT.certificate_number}}
  5. The data in the input box is actually: 25350300630100036

Expected behavior
我希望输入框中的数据和我在循环数据中自定义的数据一致
I hope the data in the input box is consistent with the custom data in my loop data.

Screenshots
If applicable, add screenshots to help explain your problem.

Image Image

Desktop (please complete the following information):

  • OS: macos15.4.1 [e.g. Windows]
  • Browser: arc(chrome) [e.g. Google Chrome]
  • Extension Version: 1.29.9 [e.g. v0.12.0]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant