Conversion from string “-” to type ‘Integer’ is not valid. 変更部分は元データを12月度から1月度に変えましたが、レイアウト等は変わらないものとなります。 どの部分でエラーとなっているのか分かりません。 解決策を教えて頂きたくよろしくお願いいたします。
Template ID: stringtoarrayConverts a delimited string to an array of JSON objects with each value being assigned to the user-specified property within each corresponding object. This template is available in Power Apps and Power Automate.
In the above program, we can see a defined function “func()” where we have passed a list “s”; this function is for conversion. Firstly in this function, we initialize an empty string and then, using the join() method, we convert the given list to a string. One thing to note i...