ユニフィニティーカスタマーサポート
- Total activity 1906
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 10
- Subscriptions 1289
Articles
Recent activity by ユニフィニティーカスタマーサポート Sort by recent activity-
0213_control statement/process execution
functional overview Perform another logic. Details of Functions executable processExecutes the process specified in executable processis completed, it continues on to the next logic step regardle...
-
12. Using UniBaaS DB
IntroductionUniBaaS DB is a managed NoSQL database service backed by Amazon DocumentDB.We handle the database infrastructure so that developers can focus on building their applications.Users can op...
-
I want to check if some strings contain a particular pattern.
Questions Is there a way to check a specific string as an error? Answer. By using "Regular Expressions" in the "String Functions" of the Processing ComponentAvailable character check processing as...
-
0214_control statement/parameters
functional overview parameter. Details of Functions Control statement/process execution receives the parameters set when it is called with Each time this logic is executed, it receives the set pa...
-
I want to get the day of the week for a specific date.
Questions How can I check if a particular date is a Sunday?Is it possible to get a label control that specifies the format as "WWW"? Or is there any other means? Answer. This can be handled by usin...
-
0215_control_statement/end_of_process
functional overview Terminates the process. Details of Functions Terminates execution of the process. Control statement/process execution If the caller is called withValue of processing resultas ...
-
I applied the format "hh:mm" to a date type, but "hh:mm" is displayed as it is
Questions In the Behavior Setting tab of the text box control, set [Input Contents] to [Time] and format to [hh:mm].It is tied to a "date type" entry in the internal DB. I set the date data to the...
-
0216_control_statement/process_interruption
functional overview Suspends processing. Details of Functions Suspends execution of the process. Control statement/process execution If the caller is called withValue of processing resultas the r...
-
0217_control statement/debug log
functional overview Outputs debug logs. Details of Functions character string,additional character string,... concatenated strings are inserted into the debug log. Outputs only if the project's d...
-
I want to retrieve an element with a specific string from JSON data containing an array.
Questions When the result of API data acquisition is JSON with the following structure,In case you want to get only "Text 3" in the dictionary acquisition.Could you please tell us how to do this or...