- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 09:53 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 04:40 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 03:13 AM
What is the value of full name if you have added first name and last name values? In your image both fields are blank.
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 04:40 PM
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.