appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

Home Page:https://www.appsmith.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: "Hidden fields in data" option not working

rubenstolk opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Description

When I create a form with a few fields hidden but the "Hidden fields in data" option enabled, I still get empty (null) values in my result when executing a query from that form.

Steps To Reproduce

  • Create a form, add a few fields of which a couple are hidden and enable the "Hidden fields in data" option.
  • Add a submit handler that calls a query that uses data from the form

Public Sample App

No response

Environment

Production

Severity

High (Blocker to building or releasing)

Issue video log

No response

Version

Cloud

@rubenstolk could you please share a small sample app or screen recording of the issue in action? I am not sure where are you seeing Hidden fields in data option.

Hi @pranavkanade please see attached recording

Screen.Recording.2024-03-28.at.11.00.52.mov

@rubenstolk the hidden fields option will take the value of the source data when the field is hidden. In your case the source data option is not configured and that is why it is null