Syntax of Concatenate function, Concatenate(String1 [, String2, ...] ) It returns concatenated string. Example If you want to combine two three field values and save it as the title of that record, you can use concatenate as shown below: Concatenate(TextBox1.Text, " ", TextBox2.Text,...
UpdateContext({ NewItemsString: Concat( RepeattingTable_1.AllItems, Concatenate( 'sr.no_1'.Text, ";", Dropdown2.SelectedText.Value, ";", technicalcontent_1.Text, ";", description_1.Text, ";", "|" ) ) }); SubmitForm(Form1); TypeScript Copy Once we add the code mention...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
As you begin using the Concat function, be sure not to confuse it with the Concatenate function that is used to combine multiple strings into one string.Turn a string into a single column tableThe Split function breaks a text string into a table of substrings. Use the Split function to...