Alexey Cherepanov
Alexey Cherepanov
And the same inside Actions callback. Form code ```json { "version": "1", "actions": { "loadData": { "body": "\n const [searchValue, loadCallback, currentDataLength] = e.args\n const statusValue = e.data['status'];\n\n alert(`Selected status:...
@tulusibrahim Yes, this is possible. Follow these steps: - Request data on the form level, inside onDidMount - Propagate it to the form's shared state. - Use the calculated value...
Hi! Thank you for reporting the issue! I can confirm the problem you've encountered. This will be addressed in upcoming releases. As a temporary workaround: - Save the form -...