How to set default value and dynamic value on same field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 04:05 AM
Hello All
we have 1 field called description on portal and i set some default value there by using default field on variable form.
There is another field called user name (string type) so for example
ITIL user type abc , def in User Name field so when ITIL user submit the form so on the record in ITIL view I want description field to populate default value + abc , def (user field values).
so the description field looks like:
abc , def
- Create a data model for your application. Create a table from scratch. Create a table from an existing table. ...
- Add an application experience. Add a record producer. ...
- Add logic and automation. Add a pre-built flow using a template. ...
- Add application security. Build a new role for your application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 04:15 AM
I am not sure what you are trying to do, but why not just add the default text (since you always need that) to the description after saving the form?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark