Form edit issue in app studio

AyeshaF
Tera Expert

Hi, 

 

I am learning service now, I started a small project for creating a workflow for fabric merchants. 

I created the app using App Engine Studio, in one of the tables for full name I wrote down a formula

first name + " " + last name but then when I updated the fields it gave me some unknown error first it was greyed out unable to edit the field. but when I can edit it's showing me 0.0 by default. 

 

Plus the formula seems to be not working as well after creating the new record for this.

 

Please can anyone help me understand what am doing wrong here. 

1 ACCEPTED SOLUTION

Thanks, I got the solution for that as the formula was incorrect. The correct formula is

Concatenate (first_name, " " , last_name) and it seems to work for me now. 

But now I am stuck on the workspace. I created a workspace with the data tables but now I have 1 more table to add in it. I don't seems to find a way to do it. 

View solution in original post

2 REPLIES 2

Dnyaneshwaree
Mega Sage

What is the value of full name if you have added first name and last name values? In your image both fields are blank.

Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!

Dnyaneshwaree Satpute
Tera Guru

Thanks, I got the solution for that as the formula was incorrect. The correct formula is

Concatenate (first_name, " " , last_name) and it seems to work for me now. 

But now I am stuck on the workspace. I created a workspace with the data tables but now I have 1 more table to add in it. I don't seems to find a way to do it.