I try to integrate Bitrix24 and Google SpreadSheet. In Bitrix24 I have an outgoing Webhook like this:
https://parabola.io/api/hook/key?Name of activity={{Name of activity}}&Type of activities={{Type of activities}}&Employee={{Employee}}
Webhook works correctly, in parabola I received the dataset. The problem of the dataset is multiples fields. For example, in the field “Employee” I can received from one to five ID of Employee. I want to
transpose dataset in one row with columns “Employee_1”, “Employee_2”…“Employee_5”.
To do this I:
Select “Employee” columns;
Split column to rows by “,”;
Enrich information about Employee;
Flip table;
Combine table.
Then I transform the dataset in parabola I cant create the template of the output dataset: the number and column names depending on the number of employees in the original dataset.
Welcome to the community! Depending on your original dataset, we may be able to achieve this by using a Pivot columns step.
If you’re up for it, can you share a snippet of the full dataset after importing it from your webhook? If it’s easiest to send us that data outside of the community, send us an email at help@parabola.io
Also, modifying 1 field from the input dataset is 13 steps. In my opinion - it’s too hard a solution. It’s my first project in Parabola and I’m not sure if I did everything right.
In the evening I will send to you the input dataset - maybe you can find an easy solution