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

Handle new response formats in the AA Run Bot and Run API Task bricks #8066

Closed
BLoe opened this issue Mar 26, 2024 · 0 comments · Fixed by #8155
Closed

Handle new response formats in the AA Run Bot and Run API Task bricks #8066

BLoe opened this issue Mar 26, 2024 · 0 comments · Fixed by #8155
Assignees
Labels
brick customer Required for a customer projct enhancement New feature or request

Comments

@BLoe
Copy link
Collaborator

BLoe commented Mar 26, 2024

TABLE:

[
  {
    "Date": "2024-03-25",
    "Items": "Pepperoni Pizza, Soda",
    "Total": "20.00"
  },
  {
    "Date": "2023-09-03",
    "Items": "Steak, Baked Potato, Iced Tea",
    "Total": "42.00"
  },
  {
    "Date": "2023-09-03",
    "Items": "Sandwich, Chips, Soda",
    "Total": "10.25"
  }
]
  • An array of row objects with each row object having Col:Value pairs
@BLoe BLoe changed the title Fix issues with AA bricks in the page editor Handle new response formats in the AA Run Bot and Run API Task bricks Mar 26, 2024
@twschiller twschiller added customer Required for a customer projct enhancement New feature or request labels Mar 26, 2024
@twschiller twschiller modified the milestone: 1.8.12 Mar 26, 2024
@BLoe BLoe closed this as completed in #8155 Apr 4, 2024
BLoe added a commit that referenced this issue Apr 4, 2024
* handle TABLE data type and test the parser

* pr feedback

* add comment

* add comment

---------

Co-authored-by: Ben Loe <ben@pixiebrix.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brick customer Required for a customer projct enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants