Hello world,
I wish to create a flow in Power Automate that allows me to automatically export all shifts in MS Teams and send the results via email (html table) to certain email addresses. Thus far, no issues. However, in the export I'm also including the schedulingGroupId from Shifts. This long ID starting with TAG_...., however, needs to be replaced by a string and I don't know how.
Currently, the flow looks like this:
In the Apply to all, you find (a.o.):
The issue is that Shifts Schedulin... needs to be replaced by a more readable string. For example,
Does someone know the solution to this?
Thanks!
Solved! Go to Solution.
Hi @jtsvba,
You should be able to retrieve the Scheduling Group Display Name by adding the Get a Scheduling Group action to your flow. Just populate that action with your Shift Scheduling Group Id value.
After that you should be able to retrieve the Scheduling Group Display Name dynamics value, which you can use in to create your HTML table. In my example I am putting it an Compose action.
Hope this helps a bit.
Hi @jtsvba,
You should be able to retrieve the Scheduling Group Display Name by adding the Get a Scheduling Group action to your flow. Just populate that action with your Shift Scheduling Group Id value.
After that you should be able to retrieve the Scheduling Group Display Name dynamics value, which you can use in to create your HTML table. In my example I am putting it an Compose action.
Hope this helps a bit.
This was exactly what I was looking for. Thank you very much!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
36 | |
36 | |
34 | |
27 |
User | Count |
---|---|
39 | |
38 | |
34 | |
31 | |
25 |