Hi all,
I need to put one field on a card on a new screen after a form is submitted. This form is based off of a sharepoint list. The new field is a concatenation of other fields. I just need it displayed so that users can copy/paste into another outside system.
Table is 'Customer Experience Tracker', Field is CGField. I tried a label that just said 'customer experience tracker'.CGField (obviously didn't work). Tried some concat functions before I made this field in the table (couldn't get them to work).
Any way to do this?
Solved! Go to Solution.
You can use the LASTSUBMIT property of a form to obtain the data that was just submitted. Put this code in the Text property of a label on your next screen.
your_form_name.LastSubmit.CGField
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
You can use the LASTSUBMIT property of a form to obtain the data that was just submitted. Put this code in the Text property of a label on your next screen.
your_form_name.LastSubmit.CGField
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
229 | |
108 | |
93 | |
57 | |
30 |
User | Count |
---|---|
291 | |
123 | |
106 | |
62 | |
57 |