Lesson122 - union of array - Power Automate 1000 Videos

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 1

  • @PowerAutomateVideos
    @PowerAutomateVideos  4 месяца назад

    Union of Array
    Create Instant Cloud Flow
    Flow_UnionArray
    Add Step
    Initialize Variable
    varArray1
    [1,2,3]
    Add Step
    Initialize Variable
    varArray2
    [4,5,6]
    Add Step
    Initialize variable
    varArray3
    expression
    type union(
    then from Dyanmic Content varArray1
    then type ,
    then from Dyanmic Content varArray2
    then type )
    union(variables('varArray1'),variables('varArray2'))