9 questions
0
votes
0
answers
60
views
How to add properties to a manual trigger
How do i add properties to a message sent through "Manual" trigger? just like when a message is sent through servicebus trigger.
I can add Body and Property parameter but the content of the ...
0
votes
1
answer
93
views
Fetch results from sharepoint-list using Frends eiPaaS
Is it possible to connect to Sharepoint and fetch items from a list?
Found in Github a project that lets you download a file but nothing more when it comes to Sharepoint. Should mention that Im ...
0
votes
2
answers
157
views
How to get the parent process id from the subprocess in Frends
I have a sub process, that is being used by many parent processes. Requirement is to log the parent process link when the execution hits the subprocess. But I am only able to access the process ID of ...
0
votes
2
answers
224
views
How to write CSV data to file using Frends?
I faced with problem when i try to write CSV data to file.
I created data using Frends Csv Csv Create and then trying to write this data to the file using Frends File File Write.
tasks results 1
tasks ...
-2
votes
1
answer
447
views
How to get data from db placed on k8s?
I want to get data from Magento 2 placed on Kubernetes.
In order to Sql ExecuteQuery i need frends
Where i can take myServerAddress ?
What should I take into account for such a connection ?
I have no ...
0
votes
1
answer
345
views
Return value from code statement in Frends process without assigning variable
In a Frends process, sometimes I just want to pipe the result of one C# statement into the next element, just like how tasks work, and I'd rather not pollute the scope with a variable that will only ...
3
votes
1
answer
2k
views
Bulk insert to Snowflake using only REST and SQL commands
I am using Snowflake database and HiQ FRENDS integration platform. There isn't (as far as I know) Snowflake addons for FRENDS. I have sbnowflake ODBC driver installed on Windows platform where Frends ...
1
vote
1
answer
194
views
Can you add several Schedule triggers into one Frends process?
I want my Frends process to have Schedule triggers with several schedules. For example, each Wednesday at 07:00 and each Monday on 12:30. Can I add both?
2
votes
1
answer
429
views
How to make a SOAP request using FRENDS?
How do I do a SOAP request using FRENDS platform?