All,
I want to create a flow that creates a Microsoft teams meeting and then parse the conference ID in a variable to use for my API.
Is this possible?
All,
I want to create a flow that creates a Microsoft teams meeting and then parse the conference ID in a variable to use for my API.
Is this possible?
Hi @aishak12
you can try the below expression
trim(first(split(last(split(outputs('Create_a_Teams_meeting')?['body/bodyPreview'],'Meeting ID:')),'Passcode:')))
output would be : 299 584 520 878
Thanks
Please click Accept as Solution on this reply if it helped to solve your issue, and thumbs-up if you feel this is useful or important in other ways as a boost.