You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use the loop data component.
Set the source of the loop data component to "custom data".
Fill in the custom data: [{"name":"myName","certificate":"35019999770999931X","skill_level":"example","professional_category":"example","certificate_number":25350300630100037,"issuing_authority":"issuing_authority"}]
Use the form component to insert data into the text field in the input box and enter: {{loopData.fd-VtT.certificate_number}}
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.
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.
The text was updated successfully, but these errors were encountered:
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
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.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: