You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases I want to use the orderHint from my buckets.
My solution (Buckets):
First, I added the column orderHint at the end of the table "Bucket_tbl".
In fact of "List buckets" doesn't return the order Hint I added a new step (Compose) within Apply to each between "List buckets" and "Add a row into a table".
I added the following expression: @items('Apply_to_each_7')?['orderHint']
In the step "Add a row into a table, I assigned the outouts from the compose step to the new column orderHint.
The text was updated successfully, but these errors were encountered:
In some cases I want to use the orderHint from my buckets.
My solution (Buckets):
@items('Apply_to_each_7')?['orderHint']
The text was updated successfully, but these errors were encountered: