Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add orderHint #21

Open
PlhsBeatz opened this issue Nov 27, 2023 · 0 comments
Open

Add orderHint #21

PlhsBeatz opened this issue Nov 27, 2023 · 0 comments

Comments

@PlhsBeatz
Copy link

In some cases I want to use the orderHint from my buckets.

My solution (Buckets):

  1. First, I added the column orderHint at the end of the table "Bucket_tbl".
  2. 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".
  3. I added the following expression:
    @items('Apply_to_each_7')?['orderHint']
  4. In the step "Add a row into a table, I assigned the outouts from the compose step to the new column orderHint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant