Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Upload Picture through Input()

Hi, 

Is there any way thay I can achieve this?

I need to create an action button that trigger an input() and in the popup I upload a picture to a image column.

Thanks

Solved Solved
2 9 622
2 ACCEPTED SOLUTIONS

"name" can be anything you want (read the documentation on INPUT()).

Also, an action button is not shown on a Form. So your user has to open the row in a Detail view to see and press it.

View solution in original post

A Detail View

TeeSee1_0-1723002195150.png

Button Pressed

TeeSee1_1-1723002245166.png

The Definition of the button

TeeSee1_2-1723002288776.png

Column definition

TeeSee1_3-1723002439970.png

Nothing special done..

 

View solution in original post

9 REPLIES 9

You can just create an action Set Values of some... using INPUT("name","") that will display a pop up.

Just curious. An image column already displays a dialog/file picker out of the box. Why do you need another pop up??

Hi, by "name" is the name of the column?

I need because it's a 2 step form.

First you need to fill some data and after a visit to the property, others fields.

 

"name" can be anything you want (read the documentation on INPUT()).

Also, an action button is not shown on a Form. So your user has to open the row in a Detail view to see and press it.

Yes, exactly that's the idea

They saw the detail view and when shows the property, trigger the action button and upload the pics.

Thanks

Sorry that I bother you... But how?

For example:

Yeyo1976_0-1722999798537.pngYeyo1976_1-1722999811728.png

but when I click on the AB

Yeyo1976_0-1722999876092.png

 

 

 

A Detail View

TeeSee1_0-1723002195150.png

Button Pressed

TeeSee1_1-1723002245166.png

The Definition of the button

TeeSee1_2-1723002288776.png

Column definition

TeeSee1_3-1723002439970.png

Nothing special done..

 

I believe that the new expression: [_INPUT].[Label] instead of Input("", "") is one of the most pointless changes made by the Dev team. You've only changed the syntax without actually improving any of the functionality of the Input function. It still doesn’t allow for pre-filling declared values in the Advanced section, nor does it support various data types like file or image. In short, it just complicates the declaration process without offering any real benefit to the users. Please either improve it properly or keep the old Input function as it was.

Steve
Platinum 5
Platinum 5

It still doesn’t allow for pre-filling declared values in the Advanced section

What do you mean by this?

Yes it is

Top Labels in this Space