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.

Need Form Column value in Confirmation Dialog

In my form, I am scanning the NFC tag(Employee Name) and I need to display that Employee Name along with Time value to the user in the popup before or after save doesn’t matter.

So I created an action and using confirmation, I want to display Employee Name along with Time such as “Thanks John, you logged in at 25/11/2019 08:57:50” but I am not even geting the name of the employee. I have tried Time_Tracking[Employee_Name] and [_THISROW].[Employee_Name] but it is not working. I am getting blank confirmation box.
2X_c_c0d6fb56ee0d9250a44f1eb2de3ed98b91180baa.png

Any suggestions would be great. Thanks.

Solved Solved
0 8 1,236
1 ACCEPTED SOLUTION

The confirmation box, as far as I know, does not support formulas.
It’s just plain text.

By using the Show type column I meant that

In your table, you should add a column which will never have records on it.

Let’s call it [Confirmation Show].
Regenerate the structure of your table.
Set this column type to Show.
Edit the column and you will get that setup window from above.

There, under the Type Details, on Content, you can use formulas.

Those tabs you saw are from the Form view of the table but for your app I would use Simple.

And you can use this (picture bellow) so when the badge is scanned, it moves automatically to the next tab, which in your case will be the Confirmation Show with the Save button.

View solution in original post

8 REPLIES 8
Top Labels in this Space