Now, you want to store this data in one column in SharePoint or in SQL. You need to combine this data into one string like below, right? How to do this with one-line code in PowerApps. You can do this with Concat function easily. Syntax of concat function Concat(Table, Formula) Her...
Concatenate函数可将混合的单独字符串和单列表中的字符串连接起来。 当对单个字符串使用此函数时,等效于使用&运算符。 Concat函数可将应用于表中所有记录的公式的结果串联起来,从而产生单个字符串。 使用这个函数可汇总表的字符串,就像Sum函数可以汇总数字一样。
Concatenate関数は、個々の文字列の組み合わせおよび文字列の単一列テーブルを連結します。 個々の文字列を用いてこの関数を使用する場合、&演算子を使用するのと同等になります。 Concat関数は、テーブルのすべてのレコードにまたがって適用される数式の結果を連結し、単一の文字列にします。 この...