Hello WeWeb Community,
I believe I may have encountered a bug related to API requests within conditional structures in WeWeb. As shown in the attached screenshot, the API request does not return results in the Actions panel when it is placed inside an if
condition. However, when I remove the API call from within the conditional structure, it returns the result correctly.
Here is a summary of the issue:
- Setup:
- I have an API request (
Post XANO API Brand
) that I need to execute based on a conditional check (True/False split
). - When the condition is met, the API request should be executed, and its result should be captured and used in subsequent steps.
- Problem:
- When the API request is inside the
if
condition, it does not return any results in the Actions panel (as indicated in the execution logs). - When I move the same API request outside of the conditional structure, it returns the expected results correctly (as shown in the attached screenshot).
Does anyone have any insights into whether this is a bug or if there might be something I am doing incorrectly? Any help or guidance on resolving this issue would be greatly appreciated.
Thank you in advance!