How do I add a new field to the form using the flow designer depending on the response ?

larissaribe
Tera Contributor

How do I add a new field to the form using the flow designer depending on the response to the previous task?

Example:
Is Agreed Salary valid? = No
Create new field: New Proposed Salary

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@larissaribe 

you should not create a new field on the fly.

not a good practice.

You should create the field using the OOTB method via Dictionary or Form Layout only.

You can set value in that based on some condition from your flow.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

I was doing it this way, should I continue down this path? Because I already have the field created in my table.

larissaribe_0-1760624823141.png

 

Updating a record is ok, provided the field is already available in the underlying table