DRAhmed Posted September 22 Report Share Posted September 22 how to merge 2 fields in a table Quote Link to comment Share on other sites More sharing options...
1 CoopperBackpack Posted September 25 Report Share Posted September 25 Hello @DRAhmed, I am not sure that I got the question. I will describe a solution for the request as I understand it. If this is not the case, please provide an example of what you need to achieve. 1) For example, I have a table with 2 fields: City and Address And the goal is to store both these values in the Address field. For example: Philadelphia , 3006 Medical Center Drive 2) The Task can update the field using some logic. In my case, it is like this: The Task concatenates the City and the Address in each record. 3) After the Task run I have the following result: So I can delete the 'City' field now. Hope this helps. Quote Link to comment Share on other sites More sharing options...
1 kpcollier Posted September 25 Report Share Posted September 25 Could also download the data into something like Excel, merge them yourself, and then upload the updated values into the table. DRAhmed 1 Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted September 22 Report Share Posted September 22 7 hours ago, DRAhmed said: how to merge 2 fields in a table Hi @DRAhmed, what do you mean by merging 2 fields in a Table? If you are referring to combining values from two fields, you can use a Formula Field to concatenate the fields. https://howto.caspio.com/tables-and-views/data-types/formula-fields/ Quote Link to comment Share on other sites More sharing options...
0 DRAhmed Posted September 23 Author Report Share Posted September 23 19 hours ago, cheonsa said: Hi @DRAhmed, what do you mean by merging 2 fields in a Table? If you are referring to combining values from two fields, you can use a Formula Field to concatenate the fields. https://howto.caspio.com/tables-and-views/data-types/formula-fields/ not in this way i have to field in a table where the fields contain data i want to merge data from both of the fields in one of those fields and delete the other Quote Link to comment Share on other sites More sharing options...
0 DRAhmed Posted September 25 Author Report Share Posted September 25 2 hours ago, CoopperBackpack said: Hello @DRAhmed, I am not sure that I got the question. I will describe a solution for the request as I understand it. If this is not the case, please provide an example of what you need to achieve. 1) For example, I have a table with 2 fields: City and Address And the goal is to store both these values in the Address field. For example: Philadelphia , 3006 Medical Center Drive 2) The Task can update the field using some logic. In my case, it is like this: The Task concatenates the City and the Address in each record. 3) After the Task run I have the following result: So I can delete the 'City' field now. Hope this helps. if i dont have access to triggered actions , how to do it Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted September 25 Report Share Posted September 25 5 hours ago, DRAhmed said: if i dont have access to triggered actions , how to do it Hi @DRAhmed, if you have no access to Triggered Actions, you can use the Formula Field instead. However, the value in both fields should be retained. Quote Link to comment Share on other sites More sharing options...
0 Queso Posted September 26 Report Share Posted September 26 Hi @DRAhmed, For more details on concatenating two fields with a Formula Field, see this other Forum Post: Quote Link to comment Share on other sites More sharing options...
Question
DRAhmed
how to merge 2 fields in a table
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.