Assign value to a field according to the screen you are working on.

I am making an application to record income and expenses. Is it possible according to the screen I select, to be able to put a value in a field?

In this case, what I am looking for is that if I select the screen of Income it automatically puts the value of "Income" and if it is of expenses the value of "Expenses".
In this way I avoid the user having to select the value.
Thanks for your Help

Solved Solved
0 1 102
1 ACCEPTED SOLUTION

You can do that for example with two actions and depending on the view using CONTEXT("View"), showing the correct action adding values with the INPUT().

View solution in original post

1 REPLY 1

You can do that for example with two actions and depending on the view using CONTEXT("View"), showing the correct action adding values with the INPUT().

Top Labels in this Space